Home
last modified time | relevance | path

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

/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst26 struct list_head ptype_specific read_mostly …
/linux/include/net/
H A Dnet_namespace.h87 struct list_head ptype_specific; member
/linux/net/core/
H A Ddev.c586 return &pt->dev->ptype_specific; in ptype_head()
588 return pt->af_packet_net ? &pt->af_packet_net->ptype_specific : in ptype_head()
6093 &dev_net_rcu(skb->dev)->ptype_specific); in __netif_receive_skb_core()
6097 &orig_dev->ptype_specific); in __netif_receive_skb_core()
6101 &skb->dev->ptype_specific); in __netif_receive_skb_core()
11687 BUG_ON(!list_empty(&dev->ptype_specific)); in netdev_run_todo()
12046 INIT_LIST_HEAD(&dev->ptype_specific); in alloc_netdev_mqs()
13083 CACHELINE_ASSERT_GROUP_MEMBER(struct net_device, net_device_read_rx, ptype_specific); in net_dev_struct_check()
H A Dnet_namespace.c428 INIT_LIST_HEAD(&net->ptype_specific); in preinit_net()