Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/vhost/
Dnet.c669 if (SKB_FRAG_PAGE_ORDER) { in vhost_net_page_frag_refill()
674 SKB_FRAG_PAGE_ORDER); in vhost_net_page_frag_refill()
676 pfrag->size = PAGE_SIZE << SKB_FRAG_PAGE_ORDER; in vhost_net_page_frag_refill()
/linux-6.6.21/net/core/
Dsock.c2926 if (SKB_FRAG_PAGE_ORDER && in skb_page_frag_refill()
2932 SKB_FRAG_PAGE_ORDER); in skb_page_frag_refill()
2934 pfrag->size = PAGE_SIZE << SKB_FRAG_PAGE_ORDER; in skb_page_frag_refill()
/linux-6.6.21/include/net/
Dsock.h2948 #define SKB_FRAG_PAGE_ORDER get_order(32768) macro