Searched refs:IFLA_GRE_ENCAP_TYPE (Results 1 – 3 of 3) sorted by relevance
132 IFLA_GRE_ENCAP_TYPE, enumerator
1109 data[IFLA_GRE_ENCAP_TYPE] && in ipgre_tunnel_validate()1110 nla_get_u16(data[IFLA_GRE_ENCAP_TYPE]) != TUNNEL_ENCAP_NONE) in ipgre_tunnel_validate()1305 if (data[IFLA_GRE_ENCAP_TYPE]) { in ipgre_netlink_encap_parms()1307 ipencap->type = nla_get_u16(data[IFLA_GRE_ENCAP_TYPE]); in ipgre_netlink_encap_parms()1578 if (nla_put_u16(skb, IFLA_GRE_ENCAP_TYPE, in ipgre_fill_info()1654 [IFLA_GRE_ENCAP_TYPE] = { .type = NLA_U16 },
1919 if (data[IFLA_GRE_ENCAP_TYPE]) { in ip6gre_netlink_encap_parms()1921 ipencap->type = nla_get_u16(data[IFLA_GRE_ENCAP_TYPE]); in ip6gre_netlink_encap_parms()2154 if (nla_put_u16(skb, IFLA_GRE_ENCAP_TYPE, in ip6gre_fill_info()2187 [IFLA_GRE_ENCAP_TYPE] = { .type = NLA_U16 },