tag | line | file | source code |
---|---|---|---|
ptype_base | 193 | include/linux/netdevice.h | extern struct packet_type *ptype_base[16]; |
ptype_base | 82 | net/core/dev.c | struct packet_type *ptype_base[16]; |
ptype_base | 156 | net/core/dev.c | pt->next = ptype_base[hash]; |
ptype_base | 157 | net/core/dev.c | ptype_base[hash] = pt; |
ptype_base | 175 | net/core/dev.c | pt1=&ptype_base[ntohs(pt->type)&15]; |
ptype_base | 688 | net/core/dev.c | for (ptype = ptype_base[ntohs(type)&15]; ptype != NULL; ptype = ptype->next) |