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

/linux-master/include/net/
H A Dgro.h158 static inline bool skb_gro_may_pull(const struct sk_buff *skb, function
179 if (!skb_gro_may_pull(skb, hlen))
186 if (skb_gro_may_pull(skb, skb_gro_offset(skb)))
/linux-master/net/ipv4/
H A Dgre_offload.c177 if (!skb_gro_may_pull(skb, hlen)) {
H A Dtcp_offload.c207 if (!skb_gro_may_pull(skb, hlen)) {
H A Dfou_core.c354 if (!skb_gro_may_pull(skb, len)) {
/linux-master/net/core/
H A Dgro.c708 if (unlikely(!skb_gro_may_pull(skb, hlen))) {
/linux-master/drivers/net/
H A Dgeneve.c517 if (!skb_gro_may_pull(skb, hlen)) {

Completed in 162 milliseconds