Home
last modified time | relevance | path

Searched refs:ip_tunnel_parse_protocol (Results 1 – 3 of 3) sorted by relevance

/linux/net/ipv4/
H A Dip_tunnel_core.c1090 __be16 ip_tunnel_parse_protocol(const struct sk_buff *skb) in ip_tunnel_parse_protocol() function
1102 EXPORT_SYMBOL(ip_tunnel_parse_protocol);
1104 const struct header_ops ip_tunnel_header_ops = { .parse_protocol = ip_tunnel_parse_protocol };
/linux/drivers/net/wireguard/
H A Dreceive.c384 skb->protocol = ip_tunnel_parse_protocol(skb); in wg_packet_consume_data_done()
/linux/include/net/
H A Dip_tunnels.h434 __be16 ip_tunnel_parse_protocol(const struct sk_buff *skb);