Home
last modified time | relevance | path

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

/net/core/
Ddev.c170 static struct list_head ptype_base[PTYPE_HASH_SIZE] __read_mostly; variable
377 list_add_rcu(&pt->list, &ptype_base[hash]); in dev_add_pack()
405 head = &ptype_base[ntohs(pt->type) & PTYPE_HASH_MASK]; in __dev_remove_pack()
1557 &ptype_base[ntohs(type) & PTYPE_HASH_MASK], list) { in skb_gso_segment()
2302 &ptype_base[ntohs(type) & PTYPE_HASH_MASK], list) { in netif_receive_skb()
2345 struct list_head *head = &ptype_base[ntohs(type) & PTYPE_HASH_MASK]; in napi_gro_complete()
2392 struct list_head *head = &ptype_base[ntohs(type) & PTYPE_HASH_MASK]; in dev_gro_receive()
3053 list_for_each_entry_rcu(pt, &ptype_base[t], list) { in ptype_get_idx()
3085 nxt = ptype_base[0].next; in ptype_seq_next()
3089 while (nxt == &ptype_base[hash]) { in ptype_seq_next()
[all …]