Searched refs:__netdev_alloc_skb (Results 1 – 19 of 19) sorted by relevance
/Linux-v5.4/drivers/staging/rtl8188eu/hal/ |
D | rtl8188eu_recv.c | 57 pskb = __netdev_alloc_skb(padapter->pnetdev, in rtw_hal_init_recv_priv()
|
/Linux-v5.4/Documentation/vm/ |
D | page_frags.rst | 29 __netdev_alloc_frag and __netdev_alloc_skb calls. The napi_alloc_cache is
|
/Linux-v5.4/drivers/net/wimax/i2400m/ |
D | usb-rx.c | 359 rx_skb = __netdev_alloc_skb(net_dev, rx_size, GFP_KERNEL); in i2400mu_rxd()
|
D | netdev.c | 470 skb = __netdev_alloc_skb(net_dev, buf_len, GFP_KERNEL); in i2400m_net_rx()
|
/Linux-v5.4/include/linux/ |
D | skbuff.h | 2760 struct sk_buff *__netdev_alloc_skb(struct net_device *dev, unsigned int length, 2779 return __netdev_alloc_skb(dev, length, GFP_ATOMIC); in netdev_alloc_skb() 2786 return __netdev_alloc_skb(NULL, length, gfp_mask); in __dev_alloc_skb() 2799 struct sk_buff *skb = __netdev_alloc_skb(dev, length + NET_IP_ALIGN, gfp); in __netdev_alloc_skb_ip_align()
|
/Linux-v5.4/drivers/net/fddi/ |
D | defza.c | 98 return __netdev_alloc_skb(dev, length, GFP_ATOMIC); in fza_alloc_skb_irq() 104 return __netdev_alloc_skb(dev, length, GFP_KERNEL); in fza_alloc_skb()
|
D | defxx.c | 3006 newskb = __netdev_alloc_skb(bp->dev, NEW_SKB_SIZE, in dfx_rcv_init()
|
/Linux-v5.4/drivers/usb/gadget/function/ |
D | u_ether.c | 220 skb = __netdev_alloc_skb(dev->net, size + NET_IP_ALIGN, gfp_flags); in rx_submit()
|
/Linux-v5.4/drivers/net/ethernet/atheros/alx/ |
D | main.c | 97 skb = __netdev_alloc_skb(alx->dev, alx->rxbuf_size + 64, gfp); in alx_refill_rx_ring()
|
/Linux-v5.4/drivers/net/ |
D | xen-netfront.c | 262 skb = __netdev_alloc_skb(queue->info->netdev, in xennet_alloc_one_rx_buffer()
|
/Linux-v5.4/drivers/net/ethernet/natsemi/ |
D | ns83820.c | 556 skb = __netdev_alloc_skb(ndev, REAL_RX_BUF_SIZE+16, gfp); in rx_refill()
|
/Linux-v5.4/drivers/net/usb/ |
D | usbnet.c | 483 skb = __netdev_alloc_skb(dev->net, size, flags); in rx_submit()
|
/Linux-v5.4/net/core/ |
D | skbuff.c | 424 struct sk_buff *__netdev_alloc_skb(struct net_device *dev, unsigned int len, in __netdev_alloc_skb() function 481 EXPORT_SYMBOL(__netdev_alloc_skb);
|
D | pktgen.c | 2709 skb = __netdev_alloc_skb(dev, size, GFP_NOWAIT); in pktgen_alloc_skb()
|
/Linux-v5.4/drivers/net/ethernet/3com/ |
D | 3c59x.c | 1740 skb = __netdev_alloc_skb(dev, PKT_BUF_SZ + NET_IP_ALIGN, in vortex_open()
|
/Linux-v5.4/drivers/net/ethernet/microchip/ |
D | lan743x_main.c | 1902 return __netdev_alloc_skb(rx->adapter->netdev, in lan743x_rx_allocate_skb()
|
/Linux-v5.4/drivers/net/ethernet/marvell/ |
D | skge.c | 1016 skb = __netdev_alloc_skb(dev, skge->rx_buf_size + NET_IP_ALIGN, in skge_rx_fill()
|
D | sky2.c | 1444 skb = __netdev_alloc_skb(sky2->netdev, in sky2_rx_alloc()
|
/Linux-v5.4/drivers/net/wireless/realtek/rtl8xxxu/ |
D | rtl8xxxu_core.c | 5396 skb = __netdev_alloc_skb(NULL, skb_size, GFP_KERNEL); in rtl8xxxu_submit_rx_urb()
|