Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dip_gre.c565 if (data[IFLA_GRE_IFLAGS]) in ipgre_tunnel_validate()
566 flags |= nla_get_be16(data[IFLA_GRE_IFLAGS]); in ipgre_tunnel_validate()
612 if (data[IFLA_GRE_IFLAGS]) in ipgre_netlink_parms()
613 parms->i_flags = gre_flags_to_tnl_flags(nla_get_be16(data[IFLA_GRE_IFLAGS])); in ipgre_netlink_parms()
777 nla_put_be16(skb, IFLA_GRE_IFLAGS, tnl_flags_to_gre_flags(p->i_flags)) || in ipgre_fill_info()
807 [IFLA_GRE_IFLAGS] = { .type = NLA_U16 },
/linux-4.1.27/include/uapi/linux/
Dif_tunnel.h99 IFLA_GRE_IFLAGS, enumerator
/linux-4.1.27/net/ipv6/
Dip6_gre.c1382 if (data[IFLA_GRE_IFLAGS]) in ip6gre_tunnel_validate()
1383 flags |= nla_get_be16(data[IFLA_GRE_IFLAGS]); in ip6gre_tunnel_validate()
1428 if (data[IFLA_GRE_IFLAGS]) in ip6gre_netlink_parms()
1429 parms->i_flags = nla_get_be16(data[IFLA_GRE_IFLAGS]); in ip6gre_netlink_parms()
1609 nla_put_be16(skb, IFLA_GRE_IFLAGS, p->i_flags) || in ip6gre_fill_info()
1629 [IFLA_GRE_IFLAGS] = { .type = NLA_U16 },