Home
last modified time | relevance | path

Searched refs:ptype_specific (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c523 return pt->dev ? &pt->dev->ptype_specific : in ptype_head()
5323 &orig_dev->ptype_specific); in __netif_receive_skb_core()
5327 &skb->dev->ptype_specific); in __netif_receive_skb_core()
10298 BUG_ON(!list_empty(&dev->ptype_specific)); in netdev_run_todo()
10526 INIT_LIST_HEAD(&dev->ptype_specific); in alloc_netdev_mqs()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdevice.h1938 struct list_head ptype_specific; member