diff options
author | Eric Dumazet <[email protected]> | 2024-03-01 19:37:38 +0000 |
---|---|---|
committer | Paolo Abeni <[email protected]> | 2024-03-05 13:30:11 +0100 |
commit | bd56a29c7a4ebcd3ca69505a2e676449e60965f3 (patch) | |
tree | 437e3a5ac66c0767eb79e9d651b13bd7b671a541 /lib/crypto/mpi/mpi-add.c | |
parent | 93e16ea025d234d0ed01d9dc9c819257a2159bb6 (diff) |
net: gro: change skb_gro_network_header()
Change skb_gro_network_header() to accept a const sk_buff
and to no longer check if frag0 is NULL or not.
This allows to remove skb_gro_frag0_invalidate()
which is seen in profiles when header-split is enabled.
sk_buff parameter is constified for skb_gro_header_fast(),
inet_gro_compute_pseudo() and ip6_gro_compute_pseudo().
Signed-off-by: Eric Dumazet <[email protected]>
Acked-by: Paolo Abeni <[email protected]>
Signed-off-by: Paolo Abeni <[email protected]>
Diffstat (limited to 'lib/crypto/mpi/mpi-add.c')
0 files changed, 0 insertions, 0 deletions