Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/vhost/
H A Dnet.c655 #define SKB_FRAG_PAGE_ORDER get_order(32768) macro
668 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()
/OK3568_Linux_fs/kernel/net/core/
H A Dsock.c2451 #define SKB_FRAG_PAGE_ORDER get_order(32768) macro
2477 if (SKB_FRAG_PAGE_ORDER && in skb_page_frag_refill()
2483 SKB_FRAG_PAGE_ORDER); in skb_page_frag_refill()
2485 pfrag->size = PAGE_SIZE << SKB_FRAG_PAGE_ORDER; in skb_page_frag_refill()
/OK3568_Linux_fs/kernel/include/net/
H A Dsock.h2723 #define SKB_FRAG_PAGE_ORDER get_order(32768) macro