Searched refs:IFLA_IPTUN_ENCAP_FLAGS (Results 1 – 5 of 5) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | if_tunnel.h | 75 IFLA_IPTUN_ENCAP_FLAGS, enumerator
|
| /linux/net/ipv4/ |
| H A D | ipip.c | 569 nla_put_u16(skb, IFLA_IPTUN_ENCAP_FLAGS, in ipip_fill_info() 591 [IFLA_IPTUN_ENCAP_FLAGS] = { .type = NLA_U16 },
|
| H A D | ip_tunnel_core.c | 1138 if (data[IFLA_IPTUN_ENCAP_FLAGS]) { in ip_tunnel_netlink_encap_parms() 1140 encap->flags = nla_get_u16(data[IFLA_IPTUN_ENCAP_FLAGS]); in ip_tunnel_netlink_encap_parms()
|
| /linux/net/ipv6/ |
| H A D | sit.c | 1677 /* IFLA_IPTUN_ENCAP_FLAGS */ in ipip6_get_size() 1724 nla_put_u16(skb, IFLA_IPTUN_ENCAP_FLAGS, in ipip6_fill_info() 1750 [IFLA_IPTUN_ENCAP_FLAGS] = { .type = NLA_U16 },
|
| H A D | ip6_tunnel.c | 2169 /* IFLA_IPTUN_ENCAP_FLAGS */ in ip6_tnl_get_size() 2201 nla_put_u16(skb, IFLA_IPTUN_ENCAP_FLAGS, tunnel->encap.flags)) in ip6_tnl_fill_info() 2232 [IFLA_IPTUN_ENCAP_FLAGS] = { .type = NLA_U16 },
|