Searched refs:rtsock_msg_mbuf (Results 1 – 1 of 1) sorted by relevance
172 static struct mbuf *rtsock_msg_mbuf(int type, struct rt_addrinfo *rtinfo);1552 rtsock_msg_mbuf(int type, struct rt_addrinfo *rtinfo) in rtsock_msg_mbuf() function1781 m = rtsock_msg_mbuf(type, rtinfo); in rt_missmsg_fib()1820 m = rtsock_msg_mbuf(RTM_IFINFO, &info); in rt_ifmsg()1859 if ((m = rtsock_msg_mbuf(ncmd, &info)) == NULL) in rtsock_addrmsg()1922 m = rtsock_msg_mbuf(cmd, info); in rtsock_routemsg_info()1977 m = rtsock_msg_mbuf(cmd, &info); in rt_newmaddrmsg()1998 m = rtsock_msg_mbuf(type, info); in rt_makeifannouncemsg()