Searched refs:so_flags (Results 1 - 25 of 26) sorted by relevance

12

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c639 so->so_flags |= SOF_NODEFUNCT;
685 if (so->so_flags & SOF_DEFUNCT) {
773 (so->so_flags & SOF_DEFUNCT)) {
775 if (so->so_flags & SOF_DEFUNCT) {
832 if ((!(so->so_flags & SOF_PCBCLEARING)) ||
899 if (!so->so_upcallusecount || !(so->so_flags & SOF_UPCALLCLOSEWAIT))
903 so->so_flags |= SOF_CLOSEWAIT;
907 so->so_flags &= ~SOF_CLOSEWAIT;
947 if (sp->so_flags & SOF_OVERFLOW)
999 so->so_flags |
[all...]
H A Duipc_socket2.c313 /* inherit socket options stored in so_flags */
314 so->so_flags = head->so_flags & (SOF_NOSIGPIPE |
387 so->so_flags |= SOF_INCOMP_INPROGRESS;
490 if ((so->so_state & SS_DRAINING) || (so->so_flags & SOF_DEFUNCT)) {
492 if (so->so_flags & SOF_DEFUNCT) {
539 if (error == 0 && (so->so_flags & SOF_DEFUNCT)) {
570 if (so->so_flags & SOF_DEFUNCT) {
605 if (so->so_flags & SOF_CLOSEWAIT && so->so_upcallusecount == 0)
1856 if (so->so_flags
[all...]
H A Dsys_socket.c181 if (stat == EPIPE && !(so->so_flags & SOF_NOSIGPIPE))
266 so->so_flags |= SOF_NOSIGPIPE | SOF_NPX_SETOPTSHUT;
H A Duipc_syscalls.c528 if (so->so_flags & SOF_DEFUNCT) {
878 if (error == EPIPE && !(so->so_flags & SOF_NOSIGPIPE))
2269 ((so->so_flags & SOF_MULTIPAGES) || sosendjcl_ignore_capab);
H A Duipc_usrreq.c906 unp->unp_socket->so_flags |= SOF_PCBCLEARING;
2356 if (so->so_usecount == 0 && (so->so_flags & SOF_PCBCLEARING)) {
H A Dkern_control.c276 so->so_flags |= SOF_PCBCLEARING;
H A Dkpi_socket.c178 if (new_so->so_flags & SOF_DEFUNCT) {
H A Dkern_event.c2809 so->so_flags |= SOF_PCBCLEARING;
/darwin-on-arm/xnu/bsd/net/
H A Draw_cb.c127 so->so_flags |= SOF_PCBCLEARING;
H A Dndrv.c577 so->so_flags |= SOF_PCBCLEARING;
H A Drtsock.c188 so->so_flags |= SOF_PCBCLEARING;
/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c517 ((t->inp_socket->so_flags & SOF_REUSESHAREUID) == 0) &&
523 if ((t->inp_socket->so_flags & SOF_NOTIFYCONFLICT) && ((so->so_flags & SOF_NOTIFYCONFLICT) == 0))
553 if ((t->inp_socket->so_flags & SOF_NOTIFYCONFLICT) && ((so->so_flags & SOF_NOTIFYCONFLICT) == 0))
575 randomport = (so->so_flags & SOF_BINDRANDOMPORT) ||
920 if ((inp->inp_socket->so_flags & SOF_ABORTED) != 0) {
1002 printf("in_pcbdetach for cached socket %x flags=%x\n", so, so->so_flags);
1004 printf("in_pcbdetach for allocated socket %x flags=%x\n", so, so->so_flags);
1006 if ((so->so_flags
[all...]
H A Din_pcblist.c429 so->so_flags |= SOF_SUSPENDED;
434 so->so_flags &= ~(SOF_SUSPENDED);
442 (so->so_flags & SOF_SUSPENDED) ?
H A Dtcp_usrreq.c1508 so->so_flags &= ~(SOF_NOTSENT_LOWAT);
1511 so->so_flags |= SOF_NOTSENT_LOWAT;
1584 if ((so->so_flags & SOF_NOTSENT_LOWAT) != 0) {
H A Din_pcb.h540 ((_inp_)->inp_socket->so_flags & SOF_SUSPENDED))
H A Din_tclass.c1084 so->so_flags |= SOF_USELRO;
1086 so->so_flags &= ~SOF_USELRO;
H A Dtcp_input.c1962 if ((so->so_flags & SOF_NOTSENT_LOWAT) != 0)
2383 (so->so_flags & SOF_USELRO) &&
2583 so->so_flags &= ~(SOF_INCOMP_INPROGRESS);
4721 (so->so_flags & SOF_INCOMP_INPROGRESS) == 0)
4760 so->so_flags |= SOF_OVERFLOW;
H A Dtcp_timer.c352 ((istimewait && (so->so_flags & SOF_OVERFLOW)) ||
H A Dtcp_output.c414 if (so->so_flags & SOF_NOADDRAVAIL) {
H A Dip_input.c2777 if ((inp->inp_socket->so_flags & SOF_RECV_TRAFFIC_CLASS) != 0) {
/darwin-on-arm/xnu/bsd/netat/
H A Dat_pcb.c160 so->so_flags |= SOF_PCBCLEARING;
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_pcb.c302 ((t->inp_socket->so_flags & SOF_REUSESHAREUID) == 0)) {
598 if ((so->so_flags & SOF_PCBCLEARING) == 0) {
603 so->so_flags |= SOF_PCBCLEARING;
H A Dip6_input.c1510 if ((inp->inp_socket->so_flags & SOF_RECV_TRAFFIC_CLASS) != 0) {
/darwin-on-arm/xnu/bsd/netkey/
H A Dkeysock.c373 so->so_flags |= SOF_PCBCLEARING;
/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h232 u_int32_t so_flags; /* Flags */ member in struct:socket

Completed in 216 milliseconds

12