aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFelix Fietkau <[email protected]>2024-05-02 10:44:42 +0200
committerPaolo Abeni <[email protected]>2024-05-06 11:54:03 +0200
commit8928756d53d5b99dcd18073dc7738b8ebdbe7d96 (patch)
tree187ab5374db7308f7f1bc0db91091377c5f1c9f1 /include
parentb1de3c0df7abc41dc41862c0b08386411f2799d7 (diff)
net: move skb_gro_receive_list from udp to core
This helper function will be used for TCP fraglist GRO support Acked-by: Paolo Abeni <[email protected]> Reviewed-by: Eric Dumazet <[email protected]> Signed-off-by: Felix Fietkau <[email protected]> Reviewed-by: David Ahern <[email protected]> Reviewed-by: Willem de Bruijn <[email protected]> Signed-off-by: Paolo Abeni <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/net/gro.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/gro.h b/include/net/gro.h
index c1d4ca0463a1..5df8bf318197 100644
--- a/include/net/gro.h
+++ b/include/net/gro.h
@@ -438,6 +438,7 @@ static inline __wsum ip6_gro_compute_pseudo(const struct sk_buff *skb,
}
int skb_gro_receive(struct sk_buff *p, struct sk_buff *skb);
+int skb_gro_receive_list(struct sk_buff *p, struct sk_buff *skb);
/* Pass the currently batched GRO_NORMAL SKBs up to the stack. */
static inline void gro_normal_list(struct napi_struct *napi)