Searched refs:udp_tun_rx_dst (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/net/ipv4/ |
| H A D | udp_tunnel_core.c | 186 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 D | pfcp.c | 69 tun_dst = udp_tun_rx_dst(skb, sk->sk_family, flags, 0, in pfcp_encap_recv()
|
| H A D | bareudp.c | 145 tun_dst = udp_tun_rx_dst(skb, family, key, 0, 0); in bareudp_udp_encap_recv()
|
| H A D | geneve.c | 237 tun_dst = udp_tun_rx_dst(skb, geneve_get_sk_family(gs), flags, in geneve_rx()
|
| /linux-6.15/include/net/ |
| H A D | udp_tunnel.h | 181 struct metadata_dst *udp_tun_rx_dst(struct sk_buff *skb, unsigned short family,
|
| /linux-6.15/drivers/net/vxlan/ |
| H A D | vxlan_core.c | 1757 tun_dst = udp_tun_rx_dst(skb, vxlan_get_sk_family(vs), flags, in vxlan_rcv()
|