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

/linux-master/net/core/
H A Dnet-procfs.c172 struct list_head *ptype_list = NULL; local
179 ptype_list = &dev->ptype_all;
180 list_for_each_entry_rcu(pt, ptype_list, list) {
H A Ddev.c2195 struct list_head *ptype_list)
2199 list_for_each_entry_rcu(ptype, ptype_list, list) {
2241 struct list_head *ptype_list = &net_hotdata.ptype_all; local
2247 list_for_each_entry_rcu(ptype, ptype_list, list) {
2289 if (ptype_list == &net_hotdata.ptype_all) {
2290 ptype_list = &dev->ptype_all;
2191 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

Completed in 151 milliseconds