Home
last modified time | relevance | path

Searched refs:skb_gro_may_pull (Results 1 – 5 of 5) sorted by relevance

/linux/include/net/
H A Dgro.h157 static inline bool skb_gro_may_pull(const struct sk_buff *skb, in skb_gro_may_pull() function
178 if (!skb_gro_may_pull(skb, hlen)) in skb_gro_header()
190 if (skb_gro_may_pull(skb, skb_gro_offset(skb))) in skb_gro_network_header()
611 if (!skb_gro_may_pull(skb, hlen)) { in tcp_gro_pull_header()
/linux/net/ipv4/
H A Dgre_offload.c177 if (!skb_gro_may_pull(skb, hlen)) { in gre_gro_receive()
H A Dfou_core.c375 if (!skb_gro_may_pull(skb, len)) { in gue_gro_receive()
/linux/net/core/
H A Dgro.c734 if (unlikely(!skb_gro_may_pull(skb, hlen))) { in napi_frags_skb()
/linux/drivers/net/
H A Dgeneve.c893 if (!skb_gro_may_pull(skb, hlen)) { in geneve_gro_receive()