diff options
| author | Kuniyuki Iwashima <kuniyu@amazon.com> | 2023-06-15 02:01:05 +0300 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2023-06-19 21:32:58 +0300 |
| commit | 0d2e27b858503472f8ed66910498205824b02f8a (patch) | |
| tree | 48090fe0b4f5c76ad7eeb94e0b325ea6503db2de /include/linux | |
| parent | 6facbca52da2c209ddffa0c9547769cbcaa268ef (diff) | |
| download | linux-0d2e27b858503472f8ed66910498205824b02f8a.tar.xz | |
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 'include/linux')
0 files changed, 0 insertions, 0 deletions
