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

/freebsd-10-stable/sys/sys/
H A Dsocketvar.h343 sonewconn(struct socket *head, int connstatus);
/freebsd-10-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_cma.c154 child = sonewconn(sk, SS_ISCONNECTED);
/freebsd-10-stable/sys/netinet/
H A Dsctp_syscalls.c154 so = sonewconn(head, SS_ISCONNECTED);
H A Dtcp_syncache.c691 so = sonewconn(lso, 0);
H A Dsctp_input.c2747 so = sonewconn(oso, 0
/freebsd-10-stable/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.c600 so1 = sonewconn(pcb->so, 0);
1925 #if 0 /* XXX sonewconn() calls "pru_attach" with proto == 0 */
1991 * sonewconn()
1996 * /sys/kern/uipc_socket.c we can find out that sonewconn() calls
1998 * 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-10-stable/sys/netipx/
H A Dspx_usrreq.c201 * lock following sonewconn().
240 so = sonewconn(so, 0);
/freebsd-10-stable/sys/kern/
H A Duipc_usrreq.c1366 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()
474 &regression_sonewconn_earlytest, 0, "Perform early sonewconn limit test");
479 * connections, sonewconn is called. If the connection is possible (subject
487 sonewconn(struct socket *head, int connstatus) function
3264 * sonewconn(). When the connection is established, soisconnected() is

Completed in 230 milliseconds