Home
last modified time | relevance | path

Searched refs:udp_tun_rx_dst (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/net/ipv4/
H A Dudp_tunnel_core.c186 struct metadata_dst *udp_tun_rx_dst(struct sk_buff *skb, unsigned short family, in udp_tun_rx_dst() function
207 EXPORT_SYMBOL_GPL(udp_tun_rx_dst);
/linux-6.15/drivers/net/
H A Dpfcp.c69 tun_dst = udp_tun_rx_dst(skb, sk->sk_family, flags, 0, in pfcp_encap_recv()
H A Dbareudp.c145 tun_dst = udp_tun_rx_dst(skb, family, key, 0, 0); in bareudp_udp_encap_recv()
H A Dgeneve.c237 tun_dst = udp_tun_rx_dst(skb, geneve_get_sk_family(gs), flags, in geneve_rx()
/linux-6.15/include/net/
H A Dudp_tunnel.h181 struct metadata_dst *udp_tun_rx_dst(struct sk_buff *skb, unsigned short family,
/linux-6.15/drivers/net/vxlan/
H A Dvxlan_core.c1757 tun_dst = udp_tun_rx_dst(skb, vxlan_get_sk_family(vs), flags, in vxlan_rcv()