| tag | line | file | source code |
|---|---|---|---|
| ptype_base | 184 | include/linux/netdevice.h | extern struct packet_type *ptype_base[16]; |
| ptype_base | 79 | net/core/dev.c | struct packet_type *ptype_base[16]; |
| ptype_base | 147 | net/core/dev.c | pt->next = ptype_base[hash]; |
| ptype_base | 148 | net/core/dev.c | ptype_base[hash] = pt; |
| ptype_base | 166 | net/core/dev.c | pt1=&ptype_base[ntohs(pt->type)&15]; |
| ptype_base | 677 | net/core/dev.c | for (ptype = ptype_base[ntohs(type)&15]; ptype != NULL; ptype = ptype->next) |