Searched refs:so_type (Results 26 - 38 of 38) sorted by relevance

12

/freebsd-12-stable/sys/netinet/
H A Dip_input.c1370 if (so->so_type != SOCK_RAW ||
H A Dip_mroute.c657 CTR3(KTR_IPMF, "%s: so_type %d, pr_protocol %d", __func__,
658 so->so_type, so->so_proto->pr_protocol);
660 if (so->so_type != SOCK_RAW || so->so_proto->pr_protocol != IPPROTO_IGMP)
H A Dtcp_syncache.c2327 xt.xt_inp.xi_socket.so_type = SOCK_STREAM;
H A Dudp_usrreq.c1736 KASSERT(so->so_type == SOCK_DGRAM,
H A Din_pcb.c932 (so->so_type != SOCK_STREAM ||
/freebsd-12-stable/sys/kern/
H A Dkern_sendfile.c511 if ((*so)->so_type != SOCK_STREAM)
H A Dsys_socket.c379 kif->kf_un.kf_sock.kf_sock_type0 = so->so_type;
/freebsd-12-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c917 if (so->so_type != SOCK_RAW)
H A Dng_btsocket_sco.c1208 if (so->so_type != SOCK_SEQPACKET)
H A Dng_btsocket_l2cap.c2006 if (so->so_type != SOCK_SEQPACKET)
H A Dng_btsocket_rfcomm.c397 if (so->so_type != SOCK_STREAM)
/freebsd-12-stable/sys/security/audit/
H A Daudit_bsm.c619 ar->ar_arg_sockinfo.so_type);
/freebsd-12-stable/lib/libprocstat/
H A Dlibprocstat.c1493 sock->type = s.so_type;

Completed in 238 milliseconds

12