Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dif_tunnel.h75 IFLA_IPTUN_ENCAP_FLAGS, enumerator
/linux/net/ipv4/
H A Dipip.c509 /* IFLA_IPTUN_ENCAP_FLAGS */ in ipip_get_size()
544 nla_put_u16(skb, IFLA_IPTUN_ENCAP_FLAGS, in ipip_fill_info()
566 [IFLA_IPTUN_ENCAP_FLAGS] = { .type = NLA_U16 },
H A Dip_tunnel_core.c1117 if (data[IFLA_IPTUN_ENCAP_FLAGS]) { in ip_tunnel_netlink_encap_parms()
1119 encap->flags = nla_get_u16(data[IFLA_IPTUN_ENCAP_FLAGS]); in ip_tunnel_netlink_encap_parms()
/linux/net/ipv6/
H A Dsit.c1684 /* IFLA_IPTUN_ENCAP_FLAGS */ in ipip6_get_size()
1731 nla_put_u16(skb, IFLA_IPTUN_ENCAP_FLAGS, in ipip6_fill_info()
1757 [IFLA_IPTUN_ENCAP_FLAGS] = { .type = NLA_U16 },