Searched refs:ptype_base (Results 1 – 2 of 2) sorted by relevance
13 extern struct list_head ptype_base[PTYPE_HASH_SIZE] __read_mostly;223 list_for_each_entry_rcu(pt, &ptype_base[t], list) { in ptype_get_idx()255 nxt = ptype_base[0].next; in ptype_seq_next()259 while (nxt == &ptype_base[hash]) { in ptype_seq_next()262 nxt = ptype_base[hash].next; in ptype_seq_next()
149 struct list_head ptype_base[PTYPE_HASH_SIZE] __read_mostly; variable377 &ptype_base[ntohs(pt->type) & PTYPE_HASH_MASK]; in ptype_head()3769 &ptype_base[ntohs(type) & in __netif_receive_skb_core()7472 INIT_LIST_HEAD(&ptype_base[i]); in net_dev_init()