Searched refs:eth_header_parse (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/include/linux/ |
D | if_ether.h | 31 int eth_header_parse(const struct sk_buff *skb, unsigned char *haddr);
|
D | etherdevice.h | 38 int eth_header_parse(const struct sk_buff *skb, unsigned char *haddr);
|
/linux-4.1.27/net/ethernet/ |
D | eth.c | 206 int eth_header_parse(const struct sk_buff *skb, unsigned char *haddr) in eth_header_parse() function 212 EXPORT_SYMBOL(eth_header_parse); 338 .parse = eth_header_parse,
|
/linux-4.1.27/net/8021q/ |
D | vlan_dev.c | 504 .parse = eth_header_parse, 523 .parse = eth_header_parse,
|
/linux-4.1.27/net/hsr/ |
D | hsr_device.c | 250 .parse = eth_header_parse,
|
/linux-4.1.27/drivers/net/ipvlan/ |
D | ipvlan_main.c | 346 .parse = eth_header_parse,
|
/linux-4.1.27/drivers/media/dvb-core/ |
D | dvb_net.c | 1192 .parse = eth_header_parse,
|
/linux-4.1.27/drivers/net/ |
D | macvlan.c | 553 .parse = eth_header_parse,
|