tag | line | file | source code |
---|---|---|---|
ptype_all | 92 | net/core/dev.c | struct packet_type *ptype_all = NULL; /* Taps */ |
ptype_all | 153 | net/core/dev.c | pt->next=ptype_all; |
ptype_all | 154 | net/core/dev.c | ptype_all=pt; |
ptype_all | 175 | net/core/dev.c | pt1=&ptype_all; |
ptype_all | 426 | net/core/dev.c | for (ptype = ptype_all; ptype!=NULL; ptype = ptype->next) |
ptype_all | 643 | net/core/dev.c | for (ptype = ptype_all; ptype!=NULL; ptype=ptype->next) |