Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dip_gre.c1054 if (data[IFLA_GRE_IFLAGS]) in ipgre_tunnel_validate()
1055 flags |= nla_get_be16(data[IFLA_GRE_IFLAGS]); in ipgre_tunnel_validate()
1114 if (data[IFLA_GRE_IFLAGS]) in erspan_validate()
1115 flags |= nla_get_be16(data[IFLA_GRE_IFLAGS]); in erspan_validate()
1152 if (data[IFLA_GRE_IFLAGS]) in ipgre_netlink_parms()
1153 parms->i_flags = gre_flags_to_tnl_flags(nla_get_be16(data[IFLA_GRE_IFLAGS])); in ipgre_netlink_parms()
1506 nla_put_be16(skb, IFLA_GRE_IFLAGS, in ipgre_fill_info()
1588 [IFLA_GRE_IFLAGS] = { .type = NLA_U16 },
/openbmc/linux/include/uapi/linux/
H A Dif_tunnel.h120 IFLA_GRE_IFLAGS, enumerator
/openbmc/linux/net/ipv6/
H A Dip6_gre.c1667 if (data[IFLA_GRE_IFLAGS]) in ip6gre_tunnel_validate()
1668 flags |= nla_get_be16(data[IFLA_GRE_IFLAGS]); in ip6gre_tunnel_validate()
1718 if (data[IFLA_GRE_IFLAGS]) in ip6erspan_tap_validate()
1719 flags |= nla_get_be16(data[IFLA_GRE_IFLAGS]); in ip6erspan_tap_validate()
1799 if (data[IFLA_GRE_IFLAGS]) in ip6gre_netlink_parms()
1801 nla_get_be16(data[IFLA_GRE_IFLAGS])); in ip6gre_netlink_parms()
2173 nla_put_be16(skb, IFLA_GRE_IFLAGS, in ip6gre_fill_info()
2211 [IFLA_GRE_IFLAGS] = { .type = NLA_U16 },