Lines Matching defs:replace
1865 /* not called for nexthop replace */
1966 NL_SET_ERR_MSG(extack, "Can not replace a nexthop group with a nexthop.");
1974 NL_SET_ERR_MSG(extack, "Can not replace a nexthop group with one of a different type.");
1997 /* Emit a pre-replace notification so that listeners could veto
2134 NL_SET_ERR_MSG(extack, "Can not replace a nexthop with a nexthop group.");
2162 /* Send a replace notification for all the groups using the nexthop. */
2308 bool replace = !!(cfg->nlflags & NLM_F_REPLACE);
2329 } else if (replace) {
2337 /* id already exists and not a replace */
2342 if (replace && !create) {