Home
last modified time | relevance | path

Searched refs:eth_header_parse_protocol (Results 1 – 5 of 5) sorted by relevance

/linux/net/ethernet/
H A Deth.c259 __be16 eth_header_parse_protocol(const struct sk_buff *skb) in eth_header_parse_protocol() function
265 EXPORT_SYMBOL(eth_header_parse_protocol);
333 .parse_protocol = eth_header_parse_protocol,
/linux/include/linux/
H A Detherdevice.h51 __be16 eth_header_parse_protocol(const struct sk_buff *skb);
/linux/drivers/net/ipvlan/
H A Dipvlan_main.c394 .parse_protocol = eth_header_parse_protocol,
/linux/drivers/net/
H A Dmacvlan.c619 .parse_protocol = eth_header_parse_protocol,
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c4630 proto = __vlan_get_protocol(skb, eth_header_parse_protocol(skb), in stmmac_has_ip_ethertype()