Searched refs:rtm_tmpbuf (Results 1 – 1 of 1) sorted by relevance
323 caddr_t rtm_tmpbuf; in route_output() local363 rtm_tmpbuf = kalloc_data(len, Z_WAITOK); in route_output()364 if (rtm_tmpbuf == NULL) { in route_output()369 rtm_buf = rtm_tmpbuf; in route_output()370 rtm_tmpbuf = NULL; in route_output()686 VERIFY(rtm_tmpbuf == NULL); in route_output()687 rtm_tmpbuf = kalloc_data(len, Z_WAITOK); in route_output()688 if (rtm_tmpbuf == NULL) { in route_output()700 struct rt_msghdr *out_rtm = _rtm_hdr(rtm_tmpbuf); in route_output()712 (void) rt_msg2(out_rtm->rtm_type, &info, rtm_tmpbuf, in route_output()[all …]