Home
last modified time | relevance | path

Searched refs:LWTUNNEL_IP6_SRC (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dlwtunnel.h43 LWTUNNEL_IP6_SRC, enumerator
/openbmc/linux/net/ipv4/
H A Dip_tunnel_core.c932 [LWTUNNEL_IP6_SRC] = { .len = sizeof(struct in6_addr) },
978 if (tb[LWTUNNEL_IP6_SRC]) in ip6_tun_build_state()
979 tun_info->key.u.ipv6.src = nla_get_in6_addr(tb[LWTUNNEL_IP6_SRC]); in ip6_tun_build_state()
1008 nla_put_in6_addr(skb, LWTUNNEL_IP6_SRC, &tun_info->key.u.ipv6.src) || in ip6_tun_fill_encap_info()