Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dif_tunnel.h177 #define TUNNEL_NOCACHE __cpu_to_be16(0x2000) macro
/openbmc/linux/include/net/
H A Dip_tunnels.h219 if (info->key.tun_flags & TUNNEL_NOCACHE) in ip_tunnel_dst_cache_usable()
/openbmc/linux/net/netfilter/
H A Dnft_tunnel.c457 info.key.tun_flags = TUNNEL_KEY | TUNNEL_CSUM | TUNNEL_NOCACHE; in nft_tunnel_obj_init()
/openbmc/linux/net/core/
H A Dfilter.c4811 info->key.tun_flags = TUNNEL_KEY | TUNNEL_CSUM | TUNNEL_NOCACHE; in BPF_CALL_4()