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

/linux-master/include/uapi/linux/
H A Dif_tunnel.h121 IFLA_GRE_OFLAGS, enumerator in enum:__anon4347
/linux-master/net/ipv4/
H A Dip_gre.c1058 if (data[IFLA_GRE_OFLAGS])
1059 flags |= nla_get_be16(data[IFLA_GRE_OFLAGS]);
1114 if (data[IFLA_GRE_OFLAGS])
1115 flags |= nla_get_be16(data[IFLA_GRE_OFLAGS]);
1157 if (data[IFLA_GRE_OFLAGS])
1158 parms->o_flags = gre_flags_to_tnl_flags(nla_get_be16(data[IFLA_GRE_OFLAGS]));
1460 /* IFLA_GRE_OFLAGS */
1510 nla_put_be16(skb, IFLA_GRE_OFLAGS,
1591 [IFLA_GRE_OFLAGS] = { .type = NLA_U16 },
/linux-master/net/ipv6/
H A Dip6_gre.c1667 if (data[IFLA_GRE_OFLAGS])
1668 flags |= nla_get_be16(data[IFLA_GRE_OFLAGS]);
1714 if (data[IFLA_GRE_OFLAGS])
1715 flags |= nla_get_be16(data[IFLA_GRE_OFLAGS]);
1801 if (data[IFLA_GRE_OFLAGS])
1803 nla_get_be16(data[IFLA_GRE_OFLAGS]));
2111 /* IFLA_GRE_OFLAGS */
2173 nla_put_be16(skb, IFLA_GRE_OFLAGS,
2210 [IFLA_GRE_OFLAGS] = { .type = NLA_U16 },

Completed in 304 milliseconds