Searched refs:ip_tun_rx_dst (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/include/net/ |
D | dst_metadata.h | 161 static inline struct metadata_dst *ip_tun_rx_dst(struct sk_buff *skb, in ip_tun_rx_dst() function
|
/Linux-v5.10/net/ipv4/ |
D | udp_tunnel_core.c | 209 tun_dst = ip_tun_rx_dst(skb, flags, tunnel_id, md_size); in udp_tun_rx_dst()
|
D | ipip.c | 241 tun_dst = ip_tun_rx_dst(skb, 0, 0, 0); in ipip_tunnel_rcv()
|
D | ip_gre.c | 314 tun_dst = ip_tun_rx_dst(skb, flags, in erspan_rcv() 379 tun_dst = ip_tun_rx_dst(skb, flags, tun_id, 0); in __ipgre_rcv()
|