Searched refs:netmsg (Results 1 – 21 of 21) sorted by relevance
97 union netmsg;119 void in6_setpeeraddr_dispatch (union netmsg *);120 void in6_setsockaddr_dispatch (union netmsg *);
80 union netmsg;82 void tcp6_ctlinput(union netmsg *);
337 union netmsg;339 void icmp6_ctloutput (union netmsg *);391 void rip6_ctlinput (union netmsg *);392 void rip6_ctloutput (union netmsg *);
82 void udp6_ctlinput (union netmsg *);
143 static void transport6_processing_handler(netmsg_t netmsg);779 transport6_processing_handler(netmsg_t netmsg) in transport6_processing_handler() argument781 struct netmsg_packet *pmsg = (struct netmsg_packet *)netmsg; in transport6_processing_handler()
38 union netmsg;42 void vlan_start_dispatch(union netmsg *);
75 union netmsg;78 void raw_ctlinput (union netmsg *);
305 union netmsg { union
60 union netmsg;64 void uipc_ctloutput(union netmsg *msg);
56 typedef union netmsg *netmsg_t;
173 union netmsg;187 void ip_ctloutput(union netmsg *);217 void rip_ctloutput(union netmsg *);
248 union netmsg;255 void in_control_dispatch(union netmsg *);
651 union netmsg;664 void tcp_ctlinput(union netmsg *);665 void tcp_ctloutput(union netmsg *);
170 void udp_shutdown (union netmsg *);
480 union netmsg;528 void in_setpeeraddr_dispatch(union netmsg *);
66 union netmsg;73 void sco_ctloutput(union netmsg *);
388 union netmsg;412 void rfcomm_ctloutput(union netmsg *);
449 union netmsg;475 void l2cap_ctloutput(union netmsg *);
2514 union netmsg;2552 void hci_ctloutput(union netmsg *);2570 void btintr(union netmsg *);
206 ngc_send(netmsg_t netmsg) in ngc_send() argument208 struct socket *so = netmsg->send.base.nm_so; in ngc_send()209 struct mbuf *m = netmsg->send.nm_m; in ngc_send()210 struct sockaddr *addr = netmsg->send.nm_addr; in ngc_send()211 struct mbuf *control = netmsg->send.nm_control; in ngc_send()339 apply->context = &netmsg->send.base.lmsg; in ngc_send()353 lwkt_replymsg(&netmsg->send.base.lmsg, error); in ngc_send()
74 union netmsg;95 static void ngintr(union netmsg *);