Home
last modified time | relevance | path

Searched refs:so_type (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/sys/kern/
H A Duipc_debug.c47 db_print_sotype(short so_type) in db_print_sotype() argument
50 switch (so_type) { in db_print_sotype()
400 db_printf("so_type: %d (", so->so_type); in db_print_socket()
401 db_print_sotype(so->so_type); in db_print_socket()
H A Duipc_usrreq.c448 switch (so->so_type) { in uipc_attach()
493 switch (so->so_type) { in uipc_attach()
732 if (so1->so_type != so2->so_type) in uipc_connect2()
822 switch (so->so_type) { in uipc_detach()
857 MPASS(so->so_type != SOCK_DGRAM); in uipc_listen()
920 KASSERT(so->so_type == SOCK_STREAM || so->so_type == SOCK_SEQPACKET, in uipc_rcvd()
921 ("%s: socktype %d", __func__, so->so_type)); in uipc_rcvd()
972 KASSERT(so->so_type == SOCK_STREAM || so->so_type == SOCK_SEQPACKET, in uipc_send()
973 ("%s: socktype %d", __func__, so->so_type)); in uipc_send()
1032 switch (so->so_type) { in uipc_send()
[all …]
H A Duipc_socket.c951 so->so_type = type; in socreate()
1164 so->so_type = head->so_type;
1321 so->so_type = head->so_type;
2130 KASSERT(so->so_type == SOCK_DGRAM, ("sosend_dgram: !SOCK_DGRAM"));
2321 if (resid < 0 || (so->so_type == SOCK_STREAM && (flags & MSG_EOR))) {
3405 if (so->so_type != SOCK_STREAM)
4115 optval = so->so_type;
5026 xso->so_type = so->so_type;
H A Dsys_socket.c384 kif->kf_un.kf_sock.kf_sock_type0 = so->so_type; in soo_fill_kinfo()
/freebsd/sys/security/mac_portacl/
H A Dmac_portacl.c450 if (so->so_type != SOCK_DGRAM && in socket_check_bind()
451 so->so_type != SOCK_STREAM) in socket_check_bind()
459 type = so->so_type; in socket_check_bind()
/freebsd/sys/security/audit/
H A Dbsm_token.c923 au_to_socket_ex(u_short so_domain, u_short so_type, in au_to_socket_ex() argument
942 ADD_U_INT16(dptr, au_socket_type_to_bsm(so_type)); in au_to_socket_ex()
975 u_int16_t so_type; in kau_to_socket() local
982 so_type = soi->so_type; in kau_to_socket()
983 ADD_U_INT16(dptr, so_type); in kau_to_socket()
H A Daudit_arg.c444 ar->k_ar.ar_arg_sockinfo.so_type = sotype; in audit_arg_socket()
697 ar->k_ar.ar_arg_sockinfo.so_type = in audit_arg_file()
698 so->so_type; in audit_arg_file()
H A Daudit_private.h123 int so_type; member
/freebsd/sys/fs/nfsclient/
H A Dnfs_clkrpc.c199 if (so->so_type == SOCK_DGRAM) in nfscbd_addsock()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdkrpc.c543 if (so->so_type == SOCK_DGRAM) in nfsrvd_addsock()
561 if (so->so_type == SOCK_STREAM)
/freebsd/sys/sys/
H A Dsocketvar.h115 short so_type; /* (a) generic type, see socket.h */ member
622 int16_t so_type; member
/freebsd/usr.bin/netstat/
H A Dunix.c310 (long)so->so_pcb, socktype[so->so_type], so->so_rcv.sb_cc, in unixdomainpr()
H A Dinet.c156 xso->so_type = so->so_type; in sotoxsocket()
/freebsd/sys/dev/hyperv/hvsock/
H A Dhv_sock.c353 if (so->so_type != SOCK_STREAM) in hvs_trans_attach()
630 if (so->so_type != SOCK_STREAM) in hvs_trans_soreceive()
795 if (so->so_type != SOCK_STREAM) in hvs_trans_sosend()
/freebsd/contrib/openbsm/sys/bsm/
H A Daudit_record.h259 token_t *au_to_socket_ex(u_short so_domain, u_short so_type,
/freebsd/sys/bsm/
H A Daudit_record.h265 token_t *au_to_socket_ex(u_short so_domain, u_short so_type,
/freebsd/sys/netinet/
H A Dsctp_os_bsd.h363 #define SCTP_SO_TYPE(so) ((so)->so_type)
/freebsd/sys/netinet6/
H A Din6_pcb.c254 (inp->inp_socket->so_type != SOCK_STREAM || in in6_pcbbind_avail()
269 (inp->inp_socket->so_type != SOCK_STREAM || in in6_pcbbind_avail()
/freebsd/contrib/openbsm/libbsm/
H A Dbsm_token.c1006 au_to_socket_ex(u_short so_domain, u_short so_type, in au_to_socket_ex() argument
1029 ADD_U_INT16(dptr, au_socket_type_to_bsm(so_type)); in au_to_socket_ex()
/freebsd/sys/dev/iscsi/
H A Dicl_soft.c1543 if (so->so_type != SOCK_STREAM) { in icl_soft_conn_handoff()
1691 if (so->so_type != SOCK_STREAM) in icl_soft_handoff_sock()
/freebsd/sys/compat/linux/
H A Dlinux_socket.c1071 if (so->so_type == SOCK_DGRAM) in linux_accept_common()
1421 if (so->so_type != SOCK_STREAM) in linux_sendmsg_common()
2418 if (so->so_type != SOCK_STREAM) in is_sendfile()
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1077 if (resid < 0 || (so->so_type == SOCK_STREAM && (flags & MSG_EOR))) { in sdp_sosend()
1228 if (so->so_type != SOCK_STREAM) in sdp_sorecv()
/freebsd/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c1121 if (so->so_type != SOCK_STREAM || in icl_cxgbei_conn_handoff()
1796 if (so->so_type != SOCK_STREAM || in cxgbei_limits_fd()
/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c616 if (so->so_type != SOCK_RAW) in ng_btsocket_l2cap_raw_attach()
/freebsd/sys/netgraph/
H A Dng_ksocket.c1200 if (so->so_type == SOCK_STREAM) { in ng_ksocket_incoming2()

12