Lines Matching defs:new
1290 * It takes new route entry, the addition fails by any reason the
1992 /* If the new MTU is lower than the route PMTU, this new MTU will be the
1996 * If the new MTU is higher, and the route PMTU is equal to the local
2656 struct dst_entry *new = NULL;
2664 new = &rt->dst;
2665 new->__use = 1;
2666 new->input = dst_discard;
2667 new->output = dst_discard_out;
2669 dst_copy_metrics(new, &ort->dst);
2682 return new ? new : ERR_PTR(-ENOMEM);
3738 pr_warn("NLM_F_CREATE should be specified when creating new route\n");
4238 netevent.new = &nrt->dst;
5354 * nexthops have been replaced by first new, the rest should
5365 /* An in-kernel notification should only be sent in case the new
5388 /* success ... tell user about new route */