Home
last modified time | relevance | path

Searched refs:SKBFL_MANAGED_FRAG_REFS (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dskbuff.h518 SKBFL_MANAGED_FRAG_REFS = BIT(4), enumerator
523 SKBFL_DONT_ORPHAN | SKBFL_MANAGED_FRAG_REFS)
1677 return skb_shinfo(skb)->flags & SKBFL_MANAGED_FRAG_REFS; in skb_zcopy_managed()
/openbmc/linux/io_uring/
H A Dnet.c1122 shinfo->flags |= SKBFL_MANAGED_FRAG_REFS; in io_sg_from_iter()
/openbmc/linux/net/core/
H A Dskbuff.c973 bool skip_unref = shinfo->flags & SKBFL_MANAGED_FRAG_REFS; in skb_release_data()
1755 skb_shinfo(skb)->flags &= ~SKBFL_MANAGED_FRAG_REFS; in __skb_zcopy_downgrade_managed()