Searched refs:tmp_rtm (Results 1 – 1 of 1) sorted by relevance
908 struct rt_msghdr *tmp_rtm; in update_rtm_from_info() local910 tmp_rtm = malloc(len, M_TEMP, M_NOWAIT); in update_rtm_from_info()911 if (tmp_rtm == NULL) in update_rtm_from_info()913 bcopy(rtm, tmp_rtm, rtm->rtm_msglen); in update_rtm_from_info()915 rtm = tmp_rtm; in update_rtm_from_info()