Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dudp_tunnel_core.c185 struct metadata_dst *udp_tun_rx_dst(struct sk_buff *skb, unsigned short family, in udp_tun_rx_dst() function
205 EXPORT_SYMBOL_GPL(udp_tun_rx_dst);
/openbmc/linux/include/net/
H A Dudp_tunnel.h164 struct metadata_dst *udp_tun_rx_dst(struct sk_buff *skb, unsigned short family,
/openbmc/linux/drivers/net/
H A Dbareudp.c140 tun_dst = udp_tun_rx_dst(skb, family, TUNNEL_KEY, 0, 0); in bareudp_udp_encap_recv()
H A Dgeneve.c233 tun_dst = udp_tun_rx_dst(skb, geneve_get_sk_family(gs), flags, in geneve_rx()
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_core.c1726 tun_dst = udp_tun_rx_dst(skb, vxlan_get_sk_family(vs), TUNNEL_KEY, in vxlan_rcv()