Lines Matching defs:new
1290 * It takes new route entry, the addition fails by any reason the
1993 /* If the new MTU is lower than the route PMTU, this new MTU will be the
1997 * If the new MTU is higher, and the route PMTU is equal to the local
2537 struct dst_entry *new = NULL;
2545 new = &rt->dst;
2546 new->__use = 1;
2547 new->input = dst_discard;
2548 new->output = dst_discard_out;
2550 dst_copy_metrics(new, &ort->dst);
2563 return new ? new : ERR_PTR(-ENOMEM);
3654 pr_warn("NLM_F_CREATE should be specified when creating new route\n");
4154 netevent.new = &nrt->dst;
5261 * nexthops have been replaced by first new, the rest should
5272 /* An in-kernel notification should only be sent in case the new
5295 /* success ... tell user about new route */