Lines Matching full:tunnel
102 NL_SET_ERR_MSG(extack, "Missing tunnel key geneve option class, type or data");
109 NL_SET_ERR_MSG(extack, "Tunnel key geneve option data is less than 4 bytes long");
113 NL_SET_ERR_MSG(extack, "Tunnel key geneve option data is not a multiple of 4 bytes long");
150 NL_SET_ERR_MSG(extack, "Missing tunnel key vxlan option gbp");
178 NL_SET_ERR_MSG(extack, "Missing tunnel key erspan option ver");
185 NL_SET_ERR_MSG(extack, "Missing tunnel key erspan option index");
191 NL_SET_ERR_MSG(extack, "Missing tunnel key erspan option dir or hwid");
195 NL_SET_ERR_MSG(extack, "Tunnel key erspan option ver is incorrect");
241 NL_SET_ERR_MSG(extack, "Tunnel options exceeds max size");
278 NL_SET_ERR_MSG(extack, "Empty list of tunnel options");
283 NL_SET_ERR_MSG(extack, "Trailing data after parsing tunnel key options attributes");
326 NL_SET_ERR_MSG(extack, "Cannot set tunnel options for unknown tunnel type");
379 NL_SET_ERR_MSG(extack, "Tunnel requires attributes to be passed");
386 NL_SET_ERR_MSG(extack, "Failed to parse nested tunnel key attributes");
391 NL_SET_ERR_MSG(extack, "Missing tunnel key parameters");
472 NL_SET_ERR_MSG(extack, "Cannot allocate tunnel metadata dst");
494 NL_SET_ERR_MSG(extack, "Unknown tunnel key action");
525 NL_SET_ERR_MSG(extack, "Cannot allocate tunnel key parameters");
779 struct ip_tunnel_info *tunnel = priv;
781 kfree(tunnel);
787 entry->tunnel = tcf_tunnel_info_copy(act);
788 if (!entry->tunnel)
791 entry->destructor_priv = entry->tunnel;
814 NL_SET_ERR_MSG_MOD(extack, "Unsupported tunnel key mode offload");
878 MODULE_DESCRIPTION("ip tunnel manipulation actions");