Searched refs:new_rtm (Results 1 – 1 of 1) sorted by relevance
860 struct rt_msghdr *new_rtm; in route_output() local861 new_rtm = malloc(len, M_TEMP, M_NOWAIT); in route_output()862 if (new_rtm == NULL) { in route_output()866 bcopy(rtm, new_rtm, rtm->rtm_msglen); in route_output()868 rtm = new_rtm; in route_output()