Searched refs:so_linger (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h132 short so_linger; /* time to linger while closing */ member in struct:socket
362 short so_linger; member in struct:xsocket
386 short so_linger; member in struct:xsocket64
420 short so_linger; member in struct:xsocket_n
/darwin-on-arm/xnu/bsd/kern/
H A Dsys_socket.c275 so->so_linger = cloned_so->so_linger;
H A Duipc_socket2.c304 so->so_linger = head->so_linger;
1892 xso->so_linger = so->so_linger;
1923 xso->so_linger = so->so_linger;
H A Dsocket_info.c74 si->soi_linger = so->so_linger;
H A Duipc_socket.c1017 ts.tv_sec = (so->so_linger/100);
1018 ts.tv_nsec = (so->so_linger % 100) *
3027 so->so_linger = (sopt->sopt_name == SO_LINGER) ?
3489 so->so_linger : so->so_linger / hz;
/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcblist.c113 xso->so_linger = so->so_linger;
H A Dtcp_usrreq.c195 if ((so->so_options & SO_LINGER) && so->so_linger == 0)
196 so->so_linger = TCP_LINGERTIME * hz;
1741 else if ((so->so_options & SO_LINGER) && so->so_linger == 0)

Completed in 96 milliseconds