Home
last modified time | relevance | path

Searched refs:IFLA_IPTUN_ENCAP_FLAGS (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dipip.c465 if (data[IFLA_IPTUN_ENCAP_FLAGS]) { in ipip_netlink_encap_parms()
467 ipencap->flags = nla_get_u16(data[IFLA_IPTUN_ENCAP_FLAGS]); in ipip_netlink_encap_parms()
585 nla_put_u16(skb, IFLA_IPTUN_ENCAP_FLAGS, in ipip_fill_info()
607 [IFLA_IPTUN_ENCAP_FLAGS] = { .type = NLA_U16 },
/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 Dif_tunnel.h75 IFLA_IPTUN_ENCAP_FLAGS, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_tunnel.h75 IFLA_IPTUN_ENCAP_FLAGS, enumerator
/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 Dif_tunnel.h75 IFLA_IPTUN_ENCAP_FLAGS, enumerator
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dsit.c1552 if (data[IFLA_IPTUN_ENCAP_FLAGS]) { in ipip6_netlink_encap_parms()
1554 ipencap->flags = nla_get_u16(data[IFLA_IPTUN_ENCAP_FLAGS]); in ipip6_netlink_encap_parms()
1780 nla_put_u16(skb, IFLA_IPTUN_ENCAP_FLAGS, in ipip6_fill_info()
1806 [IFLA_IPTUN_ENCAP_FLAGS] = { .type = NLA_U16 },
H A Dip6_tunnel.c2036 if (data[IFLA_IPTUN_ENCAP_FLAGS]) { in ip6_tnl_netlink_encap_parms()
2038 ipencap->flags = nla_get_u16(data[IFLA_IPTUN_ENCAP_FLAGS]); in ip6_tnl_netlink_encap_parms()
2185 nla_put_u16(skb, IFLA_IPTUN_ENCAP_FLAGS, tunnel->encap.flags)) in ip6_tnl_fill_info()
2216 [IFLA_IPTUN_ENCAP_FLAGS] = { .type = NLA_U16 },