Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vhost/
H A 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()
/openbmc/linux/net/core/
H A Dsock.c2922 if (SKB_FRAG_PAGE_ORDER && in skb_page_frag_refill()
2928 SKB_FRAG_PAGE_ORDER); in skb_page_frag_refill()
2930 pfrag->size = PAGE_SIZE << SKB_FRAG_PAGE_ORDER; in skb_page_frag_refill()
/openbmc/linux/include/net/
H A Dsock.h2966 #define SKB_FRAG_PAGE_ORDER get_order(32768) macro