Searched refs:parse_protocol (Results 1 – 6 of 6) sorted by relevance
336 .parse_protocol = eth_header_parse_protocol,
493 .parse_protocol = vlan_parse_protocol,513 .parse_protocol = vlan_parse_protocol,
392 .parse_protocol = eth_header_parse_protocol,
320 __be16 (*parse_protocol)(const struct sk_buff *skb); member3419 if (!dev->header_ops || !dev->header_ops->parse_protocol) in dev_parse_header_protocol()3421 return dev->header_ops->parse_protocol(skb); in dev_parse_header_protocol()
1096 const struct header_ops ip_tunnel_header_ops = { .parse_protocol = ip_tunnel_parse_protocol };
613 .parse_protocol = eth_header_parse_protocol,