Home
last modified time | relevance | path

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

/linux-6.14.4/net/ethernet/
Deth.c262 __be16 eth_header_parse_protocol(const struct sk_buff *skb) in eth_header_parse_protocol() function
268 EXPORT_SYMBOL(eth_header_parse_protocol);
336 .parse_protocol = eth_header_parse_protocol,
/linux-6.14.4/include/linux/
Detherdevice.h50 __be16 eth_header_parse_protocol(const struct sk_buff *skb);
/linux-6.14.4/drivers/net/ipvlan/
Dipvlan_main.c391 .parse_protocol = eth_header_parse_protocol,
/linux-6.14.4/drivers/net/
Dmacvlan.c612 .parse_protocol = eth_header_parse_protocol,
/linux-6.14.4/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c4510 proto = __vlan_get_protocol(skb, eth_header_parse_protocol(skb), in stmmac_has_ip_ethertype()