Lines Matching refs:rt_msghdr
213 struct rt_msghdr *rtm, struct rib_cmd_info *rc);
215 struct rt_msghdr **prtm, int alloc_len,
217 static void send_rtm_reply(struct socket *so, struct rt_msghdr *rtm,
675 fill_addrinfo(struct rt_msghdr *rtm, int len, struct linear_buffer *lb, u_int fibnum, in fill_addrinfo()
769 struct rt_msghdr *rtm, struct rib_cmd_info *rc) in handle_rtm_get()
921 update_rtm_from_info(struct rt_addrinfo *info, struct rt_msghdr **prtm, in update_rtm_from_info()
924 struct rt_msghdr *rtm, *orig_rtm = NULL; in update_rtm_from_info()
932 struct rt_msghdr *tmp_rtm; in update_rtm_from_info()
971 update_rtm_from_rc(struct rt_addrinfo *info, struct rt_msghdr **prtm, in update_rtm_from_rc()
975 struct rt_msghdr *rtm; in update_rtm_from_rc()
1060 struct rt_msghdr *rtm = NULL; in rts_send()
1090 len != mtod(m, struct rt_msghdr *)->rtm_msglen) in rts_send()
1269 send_rtm_reply(struct socket *so, struct rt_msghdr *rtm, struct mbuf *m, in send_rtm_reply()
1708 struct rt_msghdr *rtm; in rtsock_msg_mbuf()
1738 len = sizeof(struct rt_msghdr); in rtsock_msg_mbuf()
1751 rtm = mtod(m, struct rt_msghdr *); in rtsock_msg_mbuf()
1798 struct rt_msghdr *rtm = NULL; in rtsock_msg_buffer()
1846 len = sizeof(struct rt_msghdr); in rtsock_msg_buffer()
1850 rtm = (struct rt_msghdr *)w->w_tmem; in rtsock_msg_buffer()
1931 struct rt_msghdr *rtm; in rt_missmsg_fib()
1948 rtm = mtod(m, struct rt_msghdr *); in rt_missmsg_fib()
2068 struct rt_msghdr *rtm; in rtsock_routemsg_info()
2089 rtm = mtod(m, struct rt_msghdr *); in rtsock_routemsg_info()
2298 struct rt_msghdr *rtm = (struct rt_msghdr *)w->w_tmem; in sysctl_dumpnhop()
2301 sizeof(*rtm) - offsetof(struct rt_msghdr, rtm_index)); in sysctl_dumpnhop()