Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dif_tunnel.h75 IFLA_IPTUN_ENCAP_FLAGS, enumerator
/linux-6.3-rc2/net/ipv4/
A Dipip.c531 nla_put_u16(skb, IFLA_IPTUN_ENCAP_FLAGS, in ipip_fill_info()
553 [IFLA_IPTUN_ENCAP_FLAGS] = { .type = NLA_U16 },
A Dip_tunnel_core.c1099 if (data[IFLA_IPTUN_ENCAP_FLAGS]) { in ip_tunnel_netlink_encap_parms()
1101 encap->flags = nla_get_u16(data[IFLA_IPTUN_ENCAP_FLAGS]); in ip_tunnel_netlink_encap_parms()
/linux-6.3-rc2/net/ipv6/
A Dsit.c1724 nla_put_u16(skb, IFLA_IPTUN_ENCAP_FLAGS, in ipip6_fill_info()
1750 [IFLA_IPTUN_ENCAP_FLAGS] = { .type = NLA_U16 },
A Dip6_tunnel.c2122 nla_put_u16(skb, IFLA_IPTUN_ENCAP_FLAGS, tunnel->encap.flags)) in ip6_tnl_fill_info()
2153 [IFLA_IPTUN_ENCAP_FLAGS] = { .type = NLA_U16 },

Completed in 14 milliseconds