Searched refs:rtm_buf (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215/bsd/net/ |
| H A D | rtsock.c | 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() 840 kfree_data_counted_by(rtm_buf, rtm_len); in route_output() 1330 rtm_buf = mtod(m, int32_t *); in rt_msg1() [all …]
|