Searched refs:parse_protocol (Results 1 - 6 of 6) sorted by relevance

/linux-master/net/ethernet/
H A Deth.c338 .parse_protocol = eth_header_parse_protocol,
/linux-master/net/8021q/
H A Dvlan_dev.c517 .parse_protocol = vlan_parse_protocol,
537 .parse_protocol = vlan_parse_protocol,
/linux-master/drivers/net/ipvlan/
H A Dipvlan_main.c390 .parse_protocol = eth_header_parse_protocol,
/linux-master/net/ipv4/
H A Dip_tunnel_core.c1080 const struct header_ops ip_tunnel_header_ops = { .parse_protocol = ip_tunnel_parse_protocol };
/linux-master/include/linux/
H A Dnetdevice.h315 __be16 (*parse_protocol)(const struct sk_buff *skb); member in struct:header_ops
3162 if (!dev->header_ops || !dev->header_ops->parse_protocol)
3164 return dev->header_ops->parse_protocol(skb);
/linux-master/drivers/net/
H A Dmacvlan.c612 .parse_protocol = eth_header_parse_protocol,

Completed in 166 milliseconds