Home
last modified time | relevance | path

Searched refs:__napi_alloc_skb (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/Documentation/vm/
Dpage_frags.rst30 used by callers of the __napi_alloc_frag and __napi_alloc_skb calls. The
/Linux-v4.19/drivers/net/ethernet/intel/ice/
Dice_txrx.c642 skb = __napi_alloc_skb(&rx_ring->q_vector->napi, in ice_fetch_rx_buf()
/Linux-v4.19/include/linux/
Dskbuff.h2654 struct sk_buff *__napi_alloc_skb(struct napi_struct *napi,
2659 return __napi_alloc_skb(napi, length, GFP_ATOMIC); in napi_alloc_skb()
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40e_txrx.c1310 skb = __napi_alloc_skb(&rx_ring->q_vector->napi, in i40e_construct_skb()
/Linux-v4.19/net/core/
Dskbuff.c455 struct sk_buff *__napi_alloc_skb(struct napi_struct *napi, unsigned int len, in __napi_alloc_skb() function
500 EXPORT_SYMBOL(__napi_alloc_skb);
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c2052 skb = __napi_alloc_skb(&rx_ring->q_vector->napi, in i40e_construct_skb()