diff options
author | Kuniyuki Iwashima <[email protected]> | 2023-06-14 16:01:03 -0700 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2023-06-19 11:32:58 -0700 |
commit | ac9d8a66e41d553bf57fdffe88f59f1b1443191b (patch) | |
tree | d2df9fc23894927e548ee9b78a92e0a381ae97e8 /tools/perf/scripts/python/syscall-counts.py | |
parent | 9a94d764e9bc6ee4b9424acde77c959270e2ac7a (diff) |
ipv6: rpl: Remove pskb(_may)?_pull() in ipv6_rpl_srh_rcv().
As Eric Dumazet pointed out [0], ipv6_rthdr_rcv() pulls these data
- Segment Routing Header : 8
- Hdr Ext Len : skb_transport_header(skb)[1] << 3
needed by ipv6_rpl_srh_rcv(). We can remove pskb_may_pull() and
replace pskb_pull() with skb_pull() in ipv6_rpl_srh_rcv().
Link: https://lore.kernel.org/netdev/CANn89iLboLwLrHXeHJucAqBkEL_S0rJFog68t7wwwXO-aNf5Mg@mail.gmail.com/ [0]
Signed-off-by: Kuniyuki Iwashima <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions