tag | line | file | source code |
ptype | 583 | net/inet/dev.c | struct packet_type *ptype; |
ptype | 627 | net/inet/dev.c | for (ptype = ptype_base; ptype != NULL; ptype = ptype->next) { |
ptype | 628 | net/inet/dev.c | if (ptype->type == type) { |
ptype | 631 | net/inet/dev.c | if (ptype->copy) { /* copy if we need to */ |
ptype | 654 | net/inet/dev.c | ptype->func(skb2, skb->dev, ptype); |
ptype | 500 | net/socket/dev.c | struct packet_type *ptype; |
ptype | 543 | net/socket/dev.c | for (ptype = ptype_base; ptype != NULL; ptype = ptype->next) |
ptype | 545 | net/socket/dev.c | if (ptype->type == type) |
ptype | 549 | net/socket/dev.c | if (ptype->copy) |
ptype | 576 | net/socket/dev.c | ptype->func(skb2, skb->dev, ptype); |