Home
last modified time | relevance | path

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

/Linux-v5.10/net/ethernet/
Deth.c352 .parse_protocol = eth_header_parse_protocol,
/Linux-v5.10/net/ipv4/
Dip_tunnel_core.c1088 const struct header_ops ip_tunnel_header_ops = { .parse_protocol = ip_tunnel_parse_protocol };
/Linux-v5.10/include/linux/
Dnetdevice.h280 __be16 (*parse_protocol)(const struct sk_buff *skb); member
3127 if (!dev->header_ops || !dev->header_ops->parse_protocol) in dev_parse_header_protocol()
3129 return dev->header_ops->parse_protocol(skb); in dev_parse_header_protocol()