Home
last modified time | relevance | path

Searched refs:head_frag (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/core/
H A Dskbuff.c288 WARN_ON_ONCE(!NAPI_HAS_SMALL_PAGE_FRAG && skb && skb->head_frag); in napi_get_frags_check()
466 skb->head_frag = 1; in build_skb()
488 skb->head_frag = 1; in build_skb_around()
534 skb->head_frag = 1; in napi_build_skb()
748 skb->head_frag = 1; in __netdev_alloc_skb()
836 skb->head_frag = 1; in __napi_alloc_skb()
952 if (skb->head_frag) { in skb_free_head()
1443 C(head_frag); in __skb_clone()
2136 skb->head_frag = 0; in pskb_expand_head()
2705 if (skb_is_gso(skb) && !list->head_frag && in __pskb_pull_tail()
[all …]
H A Dgro.c164 } else if (skb->head_frag) { in skb_gro_receive()
/openbmc/linux/include/linux/
H A Dskbuff.h914 head_frag:1, member
4996 return !skb->head_frag || skb_cloned(skb); in skb_head_is_locked()
/openbmc/linux/net/wireless/
H A Dutil.c842 bool reuse_frag = skb->head_frag && !skb_has_frag_list(skb); in ieee80211_amsdu_to_8023s()