Searched refs:IFLA_GRE_ENCAP_TYPE (Results 1 – 3 of 3) sorted by relevance
132 IFLA_GRE_ENCAP_TYPE, enumerator
1062 data[IFLA_GRE_ENCAP_TYPE] && in ipgre_tunnel_validate()1063 nla_get_u16(data[IFLA_GRE_ENCAP_TYPE]) != TUNNEL_ENCAP_NONE) in ipgre_tunnel_validate()1256 if (data[IFLA_GRE_ENCAP_TYPE]) { in ipgre_netlink_encap_parms()1258 ipencap->type = nla_get_u16(data[IFLA_GRE_ENCAP_TYPE]); in ipgre_netlink_encap_parms()1521 if (nla_put_u16(skb, IFLA_GRE_ENCAP_TYPE, in ipgre_fill_info()1597 [IFLA_GRE_ENCAP_TYPE] = { .type = NLA_U16 },
1957 if (data[IFLA_GRE_ENCAP_TYPE]) { in ip6gre_netlink_encap_parms()1959 ipencap->type = nla_get_u16(data[IFLA_GRE_ENCAP_TYPE]); in ip6gre_netlink_encap_parms()2188 if (nla_put_u16(skb, IFLA_GRE_ENCAP_TYPE, in ip6gre_fill_info()2221 [IFLA_GRE_ENCAP_TYPE] = { .type = NLA_U16 },