Lines Matching refs:socket
114 static int ng_attach_data(struct socket *so);
115 static int ng_attach_cntl(struct socket *so);
116 static int ng_attach_common(struct socket *so, int type);
144 NETGRAPH_INIT(socket, &typestruct);
167 struct socket *so = msg->attach.base.nm_so; in ngc_attach()
187 struct socket *so = msg->detach.base.nm_so; in ngc_detach()
203 struct socket *so = msg->send.base.nm_so; in ngc_send()
278 struct socket *so = msg->bind.base.nm_so; in ngc_bind()
293 struct socket *so = msg->connect.base.nm_so; in ngc_connect()
312 struct socket *so = msg->attach.base.nm_so; in ngd_attach()
326 struct socket *so = msg->detach.base.nm_so; in ngd_detach()
342 struct socket *so = msg->send.base.nm_so; in ngd_send()
413 struct socket *so = msg->connect.base.nm_so; in ngd_connect()
432 struct socket *so = msg->sockaddr.base.nm_so; in ng_setsockaddr()
476 ng_attach_cntl(struct socket *so) in ng_attach_cntl()
506 ng_attach_data(struct socket *so) in ng_attach_data()
516 ng_attach_common(struct socket *so, int type) in ng_attach_common()
550 struct socket *so; in ng_detach_common()
732 struct socket *const so = pcbp->ng_socket; in ship_msg()
849 struct socket *so; in ngs_rcvdata()