tag | line | file | source code |
ptype | 296 | net/inet/arp.c | void arp_send(int type, int ptype, unsigned long dest_ip, |
ptype | 331 | net/inet/arp.c | dev->hard_header(skb->data,dev,ptype,dest_hw?dest_hw:dev->broadcast,src_hw?src_hw:NULL,skb->len,skb); |
ptype | 14 | net/inet/arp.h | extern void arp_send(int type, int ptype, unsigned long dest_ip, |
ptype | 341 | net/inet/dev.c | struct packet_type *ptype; |
ptype | 427 | net/inet/dev.c | for (nitcount = dev_nit, ptype = ptype_base; nitcount > 0 && ptype != NULL; ptype = ptype->next) |
ptype | 429 | net/inet/dev.c | if (ptype->type == htons(ETH_P_ALL)) { |
ptype | 433 | net/inet/dev.c | ptype->func(skb2, skb->dev, ptype); |
ptype | 652 | net/inet/dev.c | struct packet_type *ptype; |
ptype | 730 | net/inet/dev.c | for (ptype = ptype_base; ptype != NULL; ptype = ptype->next) |
ptype | 732 | net/inet/dev.c | if (ptype->type == type || ptype->type == htons(ETH_P_ALL)) |
ptype | 736 | net/inet/dev.c | if (ptype->type == htons(ETH_P_ALL)) |
ptype | 738 | net/inet/dev.c | if (ptype->copy || nitcount) |
ptype | 777 | net/inet/dev.c | ptype->func(skb2, skb->dev, ptype); |