Home
last modified time | relevance | path

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

/linux/net/ethernet/
H A Deth.c336 .parse_protocol = eth_header_parse_protocol,
/linux/net/8021q/
H A Dvlan_dev.c493 .parse_protocol = vlan_parse_protocol,
513 .parse_protocol = vlan_parse_protocol,
/linux/drivers/net/ipvlan/
H A Dipvlan_main.c392 .parse_protocol = eth_header_parse_protocol,
/linux/include/linux/
H A Dnetdevice.h320 __be16 (*parse_protocol)(const struct sk_buff *skb); member
3432 if (!dev->header_ops || !dev->header_ops->parse_protocol) in dev_parse_header_protocol()
3434 return dev->header_ops->parse_protocol(skb); in dev_parse_header_protocol()
/linux/net/ipv4/
H A Dip_tunnel_core.c1098 const struct header_ops ip_tunnel_header_ops = { .parse_protocol = ip_tunnel_parse_protocol };