Home
last modified time | relevance | path

Searched refs:ip_tunnel_parse_protocol (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireguard/
H A Dqueueing.h72 __be16 real_protocol = ip_tunnel_parse_protocol(skb); in wg_check_packet_protocol()
H A Dreceive.c391 skb->protocol = ip_tunnel_parse_protocol(skb); in wg_packet_consume_data_done()
/kernel/linux/linux-6.6/drivers/net/wireguard/
H A Dqueueing.h72 __be16 real_protocol = ip_tunnel_parse_protocol(skb); in wg_check_packet_protocol()
H A Dreceive.c384 skb->protocol = ip_tunnel_parse_protocol(skb); in wg_packet_consume_data_done()
/kernel/linux/linux-5.10/net/ipv4/
H A Dip_tunnel_core.c1074 __be16 ip_tunnel_parse_protocol(const struct sk_buff *skb) in ip_tunnel_parse_protocol() function
1086 EXPORT_SYMBOL(ip_tunnel_parse_protocol); variable
1088 const struct header_ops ip_tunnel_header_ops = { .parse_protocol = ip_tunnel_parse_protocol };
/kernel/linux/linux-6.6/net/ipv4/
H A Dip_tunnel_core.c1066 __be16 ip_tunnel_parse_protocol(const struct sk_buff *skb) in ip_tunnel_parse_protocol() function
1078 EXPORT_SYMBOL(ip_tunnel_parse_protocol); variable
1080 const struct header_ops ip_tunnel_header_ops = { .parse_protocol = ip_tunnel_parse_protocol };
/kernel/linux/linux-5.10/include/net/
H A Dip_tunnels.h294 __be16 ip_tunnel_parse_protocol(const struct sk_buff *skb);
/kernel/linux/linux-6.6/include/net/
H A Dip_tunnels.h321 __be16 ip_tunnel_parse_protocol(const struct sk_buff *skb);

Completed in 7 milliseconds