Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/vhost/
Dnet.c668 if (SKB_FRAG_PAGE_ORDER) { in vhost_net_page_frag_refill()
673 SKB_FRAG_PAGE_ORDER); in vhost_net_page_frag_refill()
675 pfrag->size = PAGE_SIZE << SKB_FRAG_PAGE_ORDER; in vhost_net_page_frag_refill()
/linux-6.1.9/net/core/
Dsock.c2840 if (SKB_FRAG_PAGE_ORDER && in skb_page_frag_refill()
2846 SKB_FRAG_PAGE_ORDER); in skb_page_frag_refill()
2848 pfrag->size = PAGE_SIZE << SKB_FRAG_PAGE_ORDER; in skb_page_frag_refill()
/linux-6.1.9/include/net/
Dsock.h2897 #define SKB_FRAG_PAGE_ORDER get_order(32768) macro