parse_protocol    275 include/linux/netdevice.h 	__be16	(*parse_protocol)(const struct sk_buff *skb);
parse_protocol   2932 include/linux/netdevice.h 	if (!dev->header_ops || !dev->header_ops->parse_protocol)
parse_protocol   2934 include/linux/netdevice.h 	return dev->header_ops->parse_protocol(skb);
parse_protocol    368 net/ethernet/eth.c 	.parse_protocol	= eth_header_parse_protocol,