Home
last modified time | relevance | path

Searched refs:eth_header_parse (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/include/linux/
Dif_ether.h31 int eth_header_parse(const struct sk_buff *skb, unsigned char *haddr);
Detherdevice.h38 int eth_header_parse(const struct sk_buff *skb, unsigned char *haddr);
/linux-4.4.14/net/ethernet/
Deth.c208 int eth_header_parse(const struct sk_buff *skb, unsigned char *haddr) in eth_header_parse() function
214 EXPORT_SYMBOL(eth_header_parse);
340 .parse = eth_header_parse,
/linux-4.4.14/net/8021q/
Dvlan_dev.c504 .parse = eth_header_parse,
523 .parse = eth_header_parse,
/linux-4.4.14/net/hsr/
Dhsr_device.c250 .parse = eth_header_parse,
/linux-4.4.14/drivers/net/ipvlan/
Dipvlan_main.c344 .parse = eth_header_parse,
/linux-4.4.14/drivers/media/dvb-core/
Ddvb_net.c1191 .parse = eth_header_parse,
/linux-4.4.14/drivers/net/
Dmacvlan.c555 .parse = eth_header_parse,