Searched refs:ptype_all (Results 1 – 3 of 3) sorted by relevance
12 extern struct list_head ptype_all __read_mostly;216 list_for_each_entry_rcu(pt, &ptype_all, list) { in ptype_get_idx()252 if (nxt != &ptype_all) in ptype_seq_next()
152 struct list_head ptype_all __read_mostly; /* Taps */376 return pt->dev ? &pt->dev->ptype_all : &ptype_all; in ptype_head()1840 struct list_head *ptype_list = &ptype_all; in dev_queue_xmit_nit()1883 if (ptype_list == &ptype_all) { in dev_queue_xmit_nit()1884 ptype_list = &dev->ptype_all; in dev_queue_xmit_nit()2713 if (!list_empty(&ptype_all) || !list_empty(&dev->ptype_all)) in xmit_one()3855 list_for_each_entry_rcu(ptype, &ptype_all, list) { in __netif_receive_skb_core()3861 list_for_each_entry_rcu(ptype, &skb->dev->ptype_all, list) { in __netif_receive_skb_core()6942 BUG_ON(!list_empty(&dev->ptype_all)); in netdev_run_todo()7126 INIT_LIST_HEAD(&dev->ptype_all); in alloc_netdev_mqs()[all …]
1565 struct list_head ptype_all; member