Home
last modified time | relevance | path

Searched refs:IFLA_GRE_OFLAGS (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dif_tunnel.h100 IFLA_GRE_OFLAGS, enumerator
/linux-4.4.14/net/ipv4/
Dip_gre.c926 if (data[IFLA_GRE_OFLAGS]) in ipgre_tunnel_validate()
927 flags |= nla_get_be16(data[IFLA_GRE_OFLAGS]); in ipgre_tunnel_validate()
976 if (data[IFLA_GRE_OFLAGS]) in ipgre_netlink_parms()
977 parms->o_flags = gre_flags_to_tnl_flags(nla_get_be16(data[IFLA_GRE_OFLAGS])); in ipgre_netlink_parms()
1148 nla_put_be16(skb, IFLA_GRE_OFLAGS, tnl_flags_to_gre_flags(p->o_flags)) || in ipgre_fill_info()
1183 [IFLA_GRE_OFLAGS] = { .type = NLA_U16 },
/linux-4.4.14/net/ipv6/
Dip6_gre.c1407 if (data[IFLA_GRE_OFLAGS]) in ip6gre_tunnel_validate()
1408 flags |= nla_get_be16(data[IFLA_GRE_OFLAGS]); in ip6gre_tunnel_validate()
1454 if (data[IFLA_GRE_OFLAGS]) in ip6gre_netlink_parms()
1455 parms->o_flags = nla_get_be16(data[IFLA_GRE_OFLAGS]); in ip6gre_netlink_parms()
1630 nla_put_be16(skb, IFLA_GRE_OFLAGS, p->o_flags) || in ip6gre_fill_info()
1650 [IFLA_GRE_OFLAGS] = { .type = NLA_U16 },