Home
last modified time | relevance | path

Searched refs:ptype_all (Results 1 – 7 of 7) sorted by relevance

/linux/net/core/
H A Dnet-procfs.c180 ptype_list = &dev->ptype_all; in ptype_get_idx()
188 list_for_each_entry_rcu(pt, &net_hotdata.ptype_all, list) { in ptype_get_idx()
225 if (nxt != &pt->dev->ptype_all) in ptype_seq_next()
230 if (!list_empty(&dev->ptype_all)) { in ptype_seq_next()
231 nxt = dev->ptype_all.next; in ptype_seq_next()
236 nxt = net_hotdata.ptype_all.next; in ptype_seq_next()
237 goto ptype_all; in ptype_seq_next()
241 ptype_all: in ptype_seq_next()
242 if (nxt != &net_hotdata.ptype_all) in ptype_seq_next()
H A Dhotdata.c10 .ptype_all = LIST_HEAD_INIT(net_hotdata.ptype_all),
H A Ddev.c574 return pt->dev ? &pt->dev->ptype_all : &net_hotdata.ptype_all; in ptype_head()
2280 return !list_empty(&net_hotdata.ptype_all) || in dev_nit_active()
2281 !list_empty(&dev->ptype_all); in dev_nit_active()
2292 struct list_head *ptype_list = &net_hotdata.ptype_all; in dev_queue_xmit_nit()
2340 if (ptype_list == &net_hotdata.ptype_all) { in dev_queue_xmit_nit()
2341 ptype_list = &dev->ptype_all; in dev_queue_xmit_nit()
5504 list_for_each_entry_rcu(ptype, &net_hotdata.ptype_all, list) { in __netif_receive_skb_core()
5510 list_for_each_entry_rcu(ptype, &skb->dev->ptype_all, list) { in __netif_receive_skb_core()
10798 BUG_ON(!list_empty(&dev->ptype_all)); in netdev_run_todo()
11139 INIT_LIST_HEAD(&dev->ptype_all); in alloc_netdev_mqs()
/linux/include/net/
H A Dhotdata.h26 struct list_head ptype_all; member
/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst23 struct_list_head ptype_all read_mostly - …
/linux/drivers/net/
H A Dvrf.c603 if (!list_empty(&vrf_dev->ptype_all) && in vrf_finish_direct()
1369 if (!list_empty(&vrf_dev->ptype_all)) { in vrf_ip6_rcv()
1423 if (!list_empty(&vrf_dev->ptype_all)) { in vrf_ip_rcv()
/linux/include/linux/
H A Dnetdevice.h2114 struct list_head ptype_all; member