Searched refs:sonewconn (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/sys/sys/
H A Dsocketvar.h368 sonewconn(struct socket *head, int connstatus);
/freebsd-11.0-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_cma.c154 child = sonewconn(sk, SS_ISCONNECTED);
/freebsd-11.0-release/sys/netinet/
H A Dsctp_syscalls.c154 so = sonewconn(head, SS_ISCONNECTED);
H A Dtcp_syncache.c655 so = sonewconn(lso, 0);
1008 * sonewconn->tcp_usr_attach in TCPS_CLOSED state, then
H A Dsctp_input.c2766 so = sonewconn(oso, 0
/freebsd-11.0-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_sco.c485 so1 = sonewconn(pcb->so, 0);
1216 #if 0 /* XXX sonewconn() calls "pru_attach" with proto == 0 */
1265 * sonewconn()
1270 * /sys/kern/uipc_socket2.c we can find out that sonewconn() calls
1272 * to figure out if we were called from socket() or from sonewconn().
H A Dng_btsocket_l2cap.c628 so1 = sonewconn(pcb->so, 0);
2015 #if 0 /* XXX sonewconn() calls "pru_attach" with proto == 0 */
2080 * sonewconn()
2085 * /sys/kern/uipc_socket.c we can find out that sonewconn() calls
2087 * to figure out if we were called from socket() or from sonewconn().
H A Dng_btsocket_rfcomm.c398 #if 0 /* XXX sonewconn() calls "pru_attach" with proto == 0 */
1176 so1 = sonewconn(pcb->so, 0);
/freebsd-11.0-release/sys/kern/
H A Duipc_usrreq.c1387 so3 = sonewconn(so2, 0);
H A Duipc_socket.c39 * socreate() and sonewconn(). Socket layer private.
42 * sofree() and sonewconn(). Socket layer private.
46 * from socreate() and sonewconn(). Socket layer private.
63 * sonewconn() creates a socket and attaches protocol state. This is a
98 * sofree() (and with that sorele(), sotryfree()), as well as sonewconn()
547 &regression_sonewconn_earlytest, 0, "Perform early sonewconn limit test");
552 * connections, sonewconn is called. If the connection is possible (subject
560 sonewconn(struct socket *head, int connstatus) function
3387 * sonewconn(). When the connection is established, soisconnected() is
/freebsd-11.0-release/share/man/man9/
H A DMakefile1601 socket.9 sonewconn.9 \

Completed in 273 milliseconds