Searched refs:ptype_list (Results 1 - 2 of 2) sorted by path

/linux-master/net/core/
H A Ddev.c2242 struct list_head *ptype_list)
2246 list_for_each_entry_rcu(ptype, ptype_list, list) {
2288 struct list_head *ptype_list = &net_hotdata.ptype_all; local
2294 list_for_each_entry_rcu(ptype, ptype_list, list) {
2336 if (ptype_list == &net_hotdata.ptype_all) {
2337 ptype_list = &dev->ptype_all;
2238 deliver_ptype_list_skb(struct sk_buff *skb, struct packet_type **pt, struct net_device *orig_dev, __be16 type, struct list_head *ptype_list) argument
H A Dnet-procfs.c173 struct list_head *ptype_list = NULL; local
180 ptype_list = &dev->ptype_all;
181 list_for_each_entry_rcu(pt, ptype_list, list) {

Completed in 222 milliseconds