Searched refs:rtm_buf (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.121.6/bsd/net/ |
| H A D | rtsock.c | 322 caddr_t rtm_buf __counted_by(rtm_len) = NULL; in route_output() 324 #define RTM _rtm_hdr(rtm_buf) in route_output() 369 rtm_buf = rtm_tmpbuf; in route_output() 373 m_copydata(m, 0, len, rtm_buf); in route_output() 404 if (rt_xaddrs(rtm_buf + sizeof(struct rt_msghdr), rtm_buf + rtm_len, &info, tiny_sa_storage)) { in route_output() 722 kfree_data_counted_by(rtm_buf, rtm_len); in route_output() 724 rtm_buf = rtm_tmpbuf; in route_output() 825 kfree_data_counted_by(rtm_buf, rtm_len); in route_output() 832 if (rtm_buf != NULL) { in route_output() 833 m_copyback(m, 0, RTM->rtm_msglen, rtm_buf); in route_output() [all …]
|