Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dif_tunnel.h120 IFLA_GRE_IFLAGS, enumerator
/linux/net/ipv6/
H A Dip6_gre.c1669 if (data[IFLA_GRE_IFLAGS]) in ip6gre_tunnel_validate()
1670 flags |= nla_get_be16(data[IFLA_GRE_IFLAGS]); in ip6gre_tunnel_validate()
1720 if (data[IFLA_GRE_IFLAGS]) in ip6erspan_tap_validate()
1721 flags |= nla_get_be16(data[IFLA_GRE_IFLAGS]); in ip6erspan_tap_validate()
1801 if (data[IFLA_GRE_IFLAGS]) in ip6gre_netlink_parms()
1803 nla_get_be16(data[IFLA_GRE_IFLAGS])); in ip6gre_netlink_parms()
2169 nla_put_be16(skb, IFLA_GRE_IFLAGS, in ip6gre_fill_info()
2207 [IFLA_GRE_IFLAGS] = { .type = NLA_U16 },