Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
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 },
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dif_tunnel.h71 IFLA_IPTUN_ENCAP_FLAGS, enumerator
/kernel/linux/linux-5.10/include/uapi/linux/
Dif_tunnel.h75 IFLA_IPTUN_ENCAP_FLAGS, enumerator
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dif_tunnel.h84 IFLA_IPTUN_ENCAP_FLAGS, enumerator
/kernel/linux/linux-5.10/net/ipv6/
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 },
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 },