ip_tunnel_parse_protocol
__be16 real_protocol = ip_tunnel_parse_protocol(skb);
skb->protocol = ip_tunnel_parse_protocol(skb);
__be16 ip_tunnel_parse_protocol(const struct sk_buff *skb);
EXPORT_SYMBOL(ip_tunnel_parse_protocol);
const struct header_ops ip_tunnel_header_ops = { .parse_protocol = ip_tunnel_parse_protocol };