| /OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/hal/ |
| H A D | rtl8188eu_recv.c | 55 pskb = __netdev_alloc_skb(padapter->pnetdev, in rtw_hal_init_recv_priv()
|
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A D | page_frags.rst | 29 netdev_alloc_frag and __netdev_alloc_skb calls. The napi_alloc_cache is
|
| /OK3568_Linux_fs/kernel/drivers/net/wimax/i2400m/ |
| H A D | usb-rx.c | 359 rx_skb = __netdev_alloc_skb(net_dev, rx_size, GFP_KERNEL); in i2400mu_rxd()
|
| H A D | netdev.c | 470 skb = __netdev_alloc_skb(net_dev, buf_len, GFP_KERNEL); in i2400m_net_rx()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | skbuff.h | 2863 struct sk_buff *__netdev_alloc_skb(struct net_device *dev, unsigned int length, 2882 return __netdev_alloc_skb(dev, length, GFP_ATOMIC); in netdev_alloc_skb() 2889 return __netdev_alloc_skb(NULL, length, gfp_mask); in __dev_alloc_skb() 2902 struct sk_buff *skb = __netdev_alloc_skb(dev, length + NET_IP_ALIGN, gfp); in __netdev_alloc_skb_ip_align()
|
| /OK3568_Linux_fs/kernel/drivers/net/fddi/ |
| H A 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()
|
| H A D | defxx.c | 3019 newskb = __netdev_alloc_skb(bp->dev, NEW_SKB_SIZE, in dfx_rcv_init()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_hikey960 | 1237 __netdev_alloc_skb
|
| H A D | abi_gki_aarch64_virtual_device | 254 __netdev_alloc_skb
|
| H A D | abi_gki_aarch64_exynosauto | 1235 __netdev_alloc_skb
|
| H A D | abi_gki_aarch64_generic | 1173 __netdev_alloc_skb
|
| H A D | abi_gki_aarch64_db845c | 361 __netdev_alloc_skb
|
| H A D | abi_gki_aarch64_exynos | 1240 __netdev_alloc_skb
|
| H A D | abi_gki_aarch64_imx | 585 __netdev_alloc_skb
|
| H A D | abi_gki_aarch64_qcom | 1493 __netdev_alloc_skb
|
| H A D | abi_gki_aarch64_mtk | 1309 __netdev_alloc_skb
|
| H A D | abi_gki_aarch64_rockchip | 794 __netdev_alloc_skb
|
| H A D | abi_gki_aarch64_oplus | 1641 __netdev_alloc_skb
|
| /OK3568_Linux_fs/kernel/net/qrtr/ |
| H A D | qrtr.c | 440 skb = __netdev_alloc_skb(NULL, len, GFP_ATOMIC | __GFP_NOWARN); in qrtr_endpoint_post()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | u_ether.c | 222 skb = __netdev_alloc_skb(dev->net, size + NET_IP_ALIGN, gfp_flags); in rx_submit()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/alx/ |
| H A D | main.c | 97 skb = __netdev_alloc_skb(alx->dev, alx->rxbuf_size + 64, gfp); in alx_refill_rx_ring()
|
| /OK3568_Linux_fs/kernel/drivers/net/usb/ |
| H A D | usbnet.c | 480 skb = __netdev_alloc_skb(dev->net, size, flags); in rx_submit()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/natsemi/ |
| H A D | ns83820.c | 556 skb = __netdev_alloc_skb(ndev, REAL_RX_BUF_SIZE+16, gfp); in rx_refill()
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | xen-netfront.c | 277 skb = __netdev_alloc_skb(queue->info->netdev, in xennet_alloc_one_rx_buffer()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | skbuff.c | 431 struct sk_buff *__netdev_alloc_skb(struct net_device *dev, unsigned int len, in __netdev_alloc_skb() function 491 EXPORT_SYMBOL(__netdev_alloc_skb);
|