Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/8021q/
A Dvlan_dev.c523 .parse_protocol = vlan_parse_protocol,
543 .parse_protocol = vlan_parse_protocol,
/linux-6.3-rc2/net/ethernet/
A Deth.c348 .parse_protocol = eth_header_parse_protocol,
/linux-6.3-rc2/include/linux/
A Dnetdevice.h314 __be16 (*parse_protocol)(const struct sk_buff *skb); member
3120 if (!dev->header_ops || !dev->header_ops->parse_protocol) in dev_parse_header_protocol()
3122 return dev->header_ops->parse_protocol(skb); in dev_parse_header_protocol()
/linux-6.3-rc2/net/ipv4/
A Dip_tunnel_core.c1080 const struct header_ops ip_tunnel_header_ops = { .parse_protocol = ip_tunnel_parse_protocol };

Completed in 20 milliseconds