tag | line | file | source code |
---|---|---|---|
ptype_all | 89 | net/core/dev.c | struct packet_type *ptype_all = NULL; /* Taps */ |
ptype_all | 150 | net/core/dev.c | pt->next=ptype_all; |
ptype_all | 151 | net/core/dev.c | ptype_all=pt; |
ptype_all | 172 | net/core/dev.c | pt1=&ptype_all; |
ptype_all | 411 | net/core/dev.c | for (ptype = ptype_all; ptype!=NULL; ptype = ptype->next) |
ptype_all | 618 | net/core/dev.c | for (ptype = ptype_all; ptype!=NULL; ptype=ptype->next) |