Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dudp_tunnel_core.c202 struct metadata_dst *udp_tun_rx_dst(struct sk_buff *skb, unsigned short family, in udp_tun_rx_dst() function
223 EXPORT_SYMBOL_GPL(udp_tun_rx_dst);
/linux/drivers/net/
H A Dpfcp.c70 tun_dst = udp_tun_rx_dst(skb, sk->sk_family, flags, 0, in pfcp_encap_recv()
H A Dbareudp.c146 tun_dst = udp_tun_rx_dst(skb, family, key, 0, 0); in bareudp_udp_encap_recv()
H A Dgeneve.c290 tun_dst = udp_tun_rx_dst(skb, geneve_get_sk_family(gs), flags, in geneve_rx()