Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dip_gre.c567 if (data[IFLA_GRE_OFLAGS]) in ipgre_tunnel_validate()
568 flags |= nla_get_be16(data[IFLA_GRE_OFLAGS]); in ipgre_tunnel_validate()
615 if (data[IFLA_GRE_OFLAGS]) in ipgre_netlink_parms()
616 parms->o_flags = gre_flags_to_tnl_flags(nla_get_be16(data[IFLA_GRE_OFLAGS])); in ipgre_netlink_parms()
778 nla_put_be16(skb, IFLA_GRE_OFLAGS, tnl_flags_to_gre_flags(p->o_flags)) || in ipgre_fill_info()
808 [IFLA_GRE_OFLAGS] = { .type = NLA_U16 },
/linux-4.1.27/include/uapi/linux/
Dif_tunnel.h100 IFLA_GRE_OFLAGS, enumerator
/linux-4.1.27/net/ipv6/
Dip6_gre.c1384 if (data[IFLA_GRE_OFLAGS]) in ip6gre_tunnel_validate()
1385 flags |= nla_get_be16(data[IFLA_GRE_OFLAGS]); in ip6gre_tunnel_validate()
1431 if (data[IFLA_GRE_OFLAGS]) in ip6gre_netlink_parms()
1432 parms->o_flags = nla_get_be16(data[IFLA_GRE_OFLAGS]); in ip6gre_netlink_parms()
1610 nla_put_be16(skb, IFLA_GRE_OFLAGS, p->o_flags) || in ip6gre_fill_info()
1630 [IFLA_GRE_OFLAGS] = { .type = NLA_U16 },