Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Dnet-procfs.c205 struct list_head *ptype_list = NULL; in ptype_get_idx() local
212 ptype_list = &dev->ptype_all; in ptype_get_idx()
213 list_for_each_entry_rcu(pt, ptype_list, list) { in ptype_get_idx()
H A Ddev.c2240 struct list_head *ptype_list) in deliver_ptype_list_skb() argument
2244 list_for_each_entry_rcu(ptype, ptype_list, list) { in deliver_ptype_list_skb()
2288 struct list_head *ptype_list = &ptype_all; in dev_queue_xmit_nit() local
2292 list_for_each_entry_rcu(ptype, ptype_list, list) { in dev_queue_xmit_nit()
2334 if (ptype_list == &ptype_all) { in dev_queue_xmit_nit()
2335 ptype_list = &dev->ptype_all; in dev_queue_xmit_nit()