/freebsd/sys/kern/ |
H A D | uipc_socket.c | 881 if (SOLISTENING(so)) { in sodealloc() 1439 if (!SOLISTENING(so)) { 1484 if (SOLISTENING(so)) 1691 if (SOLISTENING(so)) 1711 if (SOLISTENING(so2)) 1763 if (SOLISTENING(so)) { 1781 KASSERT(!SOLISTENING(so2), ("%s: so2 is listening", __func__)); 1847 KASSERT(SOLISTENING(so) || so->so_qstate == SQ_NONE, 1849 KASSERT(SOLISTENING(so) || (so->so_rcv.sb_flags & SB_SPLICED) == 0, 1851 KASSERT(SOLISTENING(so) || (so->so_snd.sb_flags & SB_SPLICED) == 0, [all …]
|
H A D | sys_socket.c | 170 if (SOLISTENING(so)) { in soo_ioctl() 185 if (SOLISTENING(so)) { in soo_ioctl() 202 if (SOLISTENING(so)) { in soo_ioctl() 212 if (SOLISTENING(so)) { in soo_ioctl() 221 if (SOLISTENING(so)) { in soo_ioctl() 251 if (SOLISTENING(so)) { in soo_ioctl() 308 if (!SOLISTENING(so)) { in soo_stat() 832 if (SOLISTENING(so)) { in soaio_queue_generic()
|
H A D | uipc_accf.c | 173 if (!SOLISTENING(so)) { in accept_filt_getopt() 209 if (!SOLISTENING(so)) { in accept_filt_setopt() 279 if (__predict_false(!SOLISTENING(so))) { in accept_filt_setopt()
|
H A D | uipc_usrreq.c | 760 if (!SOLISTENING(so)) in uipc_detach() 1612 if (SOLISTENING(so)) { in uipc_ready_scan() 1706 if (SOLISTENING(so)) { in uipc_shutdown() 1927 if (SOLISTENING(so)) in unp_connectat() 1994 if (SOLISTENING(so2)) in unp_connectat() 3072 if (SOLISTENING(so)) { in unp_gc_scan() 3240 MPASS(!SOLISTENING(so)); in unp_dispose()
|
H A D | uipc_sockbuf.c | 722 if (SOLISTENING(so)) { in sbsetopt() 760 if (SOLISTENING(so)) { in sbsetopt() 785 if (!SOLISTENING(so)) in sbsetopt()
|
H A D | uipc_syscalls.c | 344 if (!SOLISTENING(head)) { in kern_accept4() 358 if (!SOLISTENING(head)) { in kern_accept4()
|
H A D | uipc_ktls.c | 1466 if (SOLISTENING(so)) in ktls_get_rx_mode() 1529 if (SOLISTENING(so)) in ktls_get_tx_mode() 1554 if (SOLISTENING(so)) in ktls_set_tx_mode()
|
/freebsd/sys/sys/ |
H A D | socketvar.h | 253 #define SOLISTENING(sol) (((sol)->so_options & SO_ACCEPTCONN) != 0) macro 256 KASSERT(SOLISTENING(sol), \ 261 KASSERT(SOLISTENING(sol), \ 267 KASSERT(SOLISTENING(sol), \ 272 KASSERT(SOLISTENING(sol), \
|
/freebsd/sys/netinet/ |
H A D | sctp_os_bsd.h | 387 #define SCTP_SB_LIMIT_RCV(so) (SOLISTENING(so) ? so->sol_sbrcv_hiwat : so->so_rcv.sb_hiwat) 388 #define SCTP_SB_LIMIT_SND(so) (SOLISTENING(so) ? so->sol_sbsnd_hiwat : so->so_snd.sb_hiwat)
|
H A D | tcp_usrreq.c | 375 already_listening = SOLISTENING(so); in tcp_usr_listen() 436 already_listening = SOLISTENING(so); in tcp6_usr_listen() 529 if (SOLISTENING(so) || so->so_options & SO_REUSEPORT_LB) { in tcp_usr_connect() 596 if (SOLISTENING(so) || so->so_options & SO_REUSEPORT_LB) { in tcp6_usr_connect() 820 if (SOLISTENING(so)) { in tcp_usr_shutdown()
|
H A D | tcp_input.c | 934 !SOLISTENING(inp->inp_socket)) { in tcp_input_with_port() 1047 KASSERT(tp->t_state == TCPS_LISTEN || !SOLISTENING(so), in tcp_input_with_port() 1049 if (tp->t_state == TCPS_LISTEN && SOLISTENING(so)) { in tcp_input_with_port()
|
H A D | tcp_syncache.c | 1392 KASSERT(SOLISTENING(so), ("%s: %p not listening", __func__, so)); in syncache_add()
|
H A D | sctp_usrreq.c | 440 KASSERT(!SOLISTENING(so), in sctp_abort() 549 if (!SOLISTENING(so)) { in sctp_close() 798 if (SOLISTENING(so)) { in sctp_shutdown()
|
H A D | in_pcb.c | 336 !SOLISTENING(inp->inp_socket)) { in in_pcblbgroup_insert()
|
/freebsd/sys/security/mac/ |
H A D | mac_socket.c | 188 if (!SOLISTENING(so)) { in mac_socket_destroy() 623 if (SOLISTENING(so)) in mac_getsockopt_peerlabel()
|
/freebsd/sys/dev/hyperv/hvsock/ |
H A D | hv_sock.c | 386 if (SOLISTENING(so)) { in hvs_trans_detach() 939 if (SOLISTENING(so)) { in hvs_trans_close() 965 if (SOLISTENING(so)) { in hvs_trans_abort() 1457 if (!SOLISTENING(so)) { in hvsock_open_conn_passive()
|
/freebsd/sys/rpc/ |
H A D | svc_vc.c | 374 KASSERT(SOLISTENING(head), in svc_vc_accept()
|
/freebsd/sys/netgraph/ |
H A D | ng_ksocket.c | 1028 if (SOLISTENING(so)) { in ng_ksocket_shutdown()
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_tom.c | 1345 if (SOLISTENING(so)) { in init_conn_params() 2216 if (SOLISTENING(so)) in t4_aio_queue_tom()
|
/freebsd/sys/netgraph/bluetooth/socket/ |
H A D | ng_btsocket_sco.c | 1813 if (p->so == NULL || !SOLISTENING(p->so)) { in ng_btsocket_sco_pcb_by_addr()
|
H A D | ng_btsocket_l2cap.c | 2721 if (p->so == NULL || !SOLISTENING(p->so) || p->psm != psm) in ng_btsocket_l2cap_pcb_by_addr()
|
H A D | ng_btsocket_rfcomm.c | 3390 if (pcb->channel != channel || !SOLISTENING(pcb->so)) in ng_btsocket_rfcomm_pcb_listener()
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | cm.c | 841 if (SOLISTENING(so)) { in init_iwarp_socket() 857 if (SOLISTENING(so)) { in uninit_iwarp_socket()
|
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/ |
H A D | sdp_main.c | 801 if (SOLISTENING(so)) { in sdp_shutdown()
|
/freebsd/sys/compat/linux/ |
H A D | linux_socket.c | 2426 return (!SOLISTENING(so)); in is_sendfile()
|