diff options
author | Kuniyuki Iwashima <kuniyu@amazon.com> | 2023-06-14 16:01:05 -0700 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-06-19 11:32:58 -0700 |
commit | 0d2e27b858503472f8ed66910498205824b02f8a (patch) | |
tree | 48090fe0b4f5c76ad7eeb94e0b325ea6503db2de /Documentation/powerpc/ptrace.rst | |
parent | 6facbca52da2c209ddffa0c9547769cbcaa268ef (diff) | |
download | linux-stable-0d2e27b858503472f8ed66910498205824b02f8a.tar.gz linux-stable-0d2e27b858503472f8ed66910498205824b02f8a.tar.bz2 linux-stable-0d2e27b858503472f8ed66910498205824b02f8a.zip |
ipv6: exthdrs: Replace pskb_pull() with skb_pull() in ipv6_srh_rcv().
ipv6_rthdr_rcv() pulls these data
- Segment Routing Header : 8
- Hdr Ext Len : skb_transport_header(skb)[1] << 3
needed by ipv6_srh_rcv(), so pskb_pull() in ipv6_srh_rcv() never
fails and can be replaced with skb_pull().
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation/powerpc/ptrace.rst')
0 files changed, 0 insertions, 0 deletions