Searched refs:SKBFL_MANAGED_FRAG_REFS (Results 1 - 3 of 3) sorted by path

/linux-master/include/linux/
H A Dskbuff.h521 SKBFL_MANAGED_FRAG_REFS = BIT(4), enumerator in enum:__anon425
526 SKBFL_DONT_ORPHAN | SKBFL_MANAGED_FRAG_REFS)
1712 return skb_shinfo(skb)->flags & SKBFL_MANAGED_FRAG_REFS;
/linux-master/io_uring/
H A Dnet.c1286 shinfo->flags |= SKBFL_MANAGED_FRAG_REFS;
/linux-master/net/core/
H A Dskbuff.c1094 bool skip_unref = shinfo->flags & SKBFL_MANAGED_FRAG_REFS;
1895 skb_shinfo(skb)->flags &= ~SKBFL_MANAGED_FRAG_REFS;

Completed in 210 milliseconds