tag | line | file | source code |
ethhdr | 172 | drivers/net/plip.c | static int plip_addrcmp(struct ethhdr *eth); |
ethhdr | 177 | drivers/net/plip.c | static int plip_send_start(struct device *dev, struct ethhdr *eth); |
ethhdr | 436 | drivers/net/plip.c | struct ethhdr eth; |
ethhdr | 557 | drivers/net/plip.c | plip_send_start(struct device *dev, struct ethhdr *eth) |
ethhdr | 647 | drivers/net/plip.c | if (plip_send_start(dev, (struct ethhdr *)buf) < 0) |
ethhdr | 664 | drivers/net/plip.c | for ( i = 0; i < sizeof(struct ethhdr); i++ ) { |
ethhdr | 669 | drivers/net/plip.c | for (i = 0; i < length - sizeof(struct ethhdr); i++) { |
ethhdr | 727 | drivers/net/plip.c | plip_addrcmp(struct ethhdr *eth) |
ethhdr | 52 | include/linux/skbuff.h | struct ethhdr *eth; |
ethhdr | 86 | net/inet/eth.c | struct ethhdr *eth = (struct ethhdr *)buff; |
ethhdr | 136 | net/inet/eth.c | struct ethhdr *eth = (struct ethhdr *)buff; |
ethhdr | 168 | net/inet/eth.c | struct ethhdr *eth = (struct ethhdr *) skb->data; |
ethhdr | 26 | net/inet/eth.h | extern void eth_dump(struct ethhdr *eth); |