Home
last modified time | relevance | path

Searched refs:ptype_base (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/net/core/
H A Dnet-procfs.c201 list_for_each_entry_rcu(pt, &ptype_base[t], list) { in ptype_get_idx()
259 nxt = ptype_base[0].next; in ptype_seq_next()
263 while (nxt == &ptype_base[hash]) { in ptype_seq_next()
266 nxt = ptype_base[hash].next; in ptype_seq_next()
H A Ddev.c172 struct list_head ptype_base[PTYPE_HASH_SIZE] __read_mostly; variable
587 &ptype_base[ntohs(pt->type) & PTYPE_HASH_MASK]; in ptype_head()
5831 &ptype_base[ntohs(type) & in __netif_receive_skb_core()
12680 INIT_LIST_HEAD(&ptype_base[i]); in net_dev_init()
/linux-6.15/include/linux/
H A Dnetdevice.h5540 extern struct list_head ptype_base[PTYPE_HASH_SIZE] __read_mostly;