Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dlwtunnel.h25 LWTUNNEL_IP_SRC, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dlwtunnel.h25 LWTUNNEL_IP_SRC, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dlwtunnel.h26 LWTUNNEL_IP_SRC, enumerator
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dip_tunnel_core.c445 [LWTUNNEL_IP_SRC] = { .type = NLA_U32 },
707 if (tb[LWTUNNEL_IP_SRC]) in ip_tun_build_state()
708 tun_info->key.u.ipv4.src = nla_get_in_addr(tb[LWTUNNEL_IP_SRC]); in ip_tun_build_state()
854 nla_put_in_addr(skb, LWTUNNEL_IP_SRC, tun_info->key.u.ipv4.src) || in ip_tun_fill_encap_info()