Home
last modified time | relevance | path

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

/linux/include/net/
H A Dgro.h160 static inline bool skb_gro_may_pull(const struct sk_buff *skb, in skb_gro_may_pull() function
181 if (!skb_gro_may_pull(skb, hlen)) in skb_gro_header()
193 if (skb_gro_may_pull(skb, skb_gro_offset(skb))) in skb_gro_network_header()
/linux/net/ipv4/
H A Dgre_offload.c177 if (!skb_gro_may_pull(skb, hlen)) { in gre_gro_receive()
H A Dtcp_offload.c297 if (!skb_gro_may_pull(skb, hlen)) { in tcp_gro_pull_header()
H A Dfou_core.c373 if (!skb_gro_may_pull(skb, len)) { in gue_gro_receive()
/linux/net/core/
H A Dgro.c727 if (unlikely(!skb_gro_may_pull(skb, hlen))) { in napi_frags_skb()
/linux/drivers/net/
H A Dgeneve.c520 if (!skb_gro_may_pull(skb, hlen)) { in geneve_gro_receive()