Home
last modified time | relevance | path

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

/openbmc/linux/net/ethernet/
H A Deth.c264 __be16 eth_header_parse_protocol(const struct sk_buff *skb) in eth_header_parse_protocol() function
270 EXPORT_SYMBOL(eth_header_parse_protocol);
338 .parse_protocol = eth_header_parse_protocol,
/openbmc/linux/include/linux/
H A Detherdevice.h50 __be16 eth_header_parse_protocol(const struct sk_buff *skb);
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c4361 proto = __vlan_get_protocol(skb, eth_header_parse_protocol(skb), in stmmac_has_ip_ethertype()