Home
last modified time | relevance | path

Searched refs:sb_timeo (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/netsmb/
H A Dsmb_trantcp.c157 so->so_rcv.sb_timeo = (5 * SBT_1S); in nb_connect_in()
158 so->so_snd.sb_timeo = (5 * SBT_1S); in nb_connect_in()
/freebsd/sys/sys/
H A Dsockbuf.h99 sbintime_t sb_timeo; /* timeout for read/write */ member
H A Dsocketvar.h638 int32_t sb_timeo; member
/freebsd/sys/kern/
H A Duipc_socket.c1265 so->so_rcv.sb_timeo = head->sol_sbrcv_timeo;
1266 so->so_snd.sb_timeo = head->sol_sbsnd_timeo;
1395 so->so_rcv.sb_timeo = head->so_rcv.sb_timeo;
1396 so->so_snd.sb_timeo = head->so_snd.sb_timeo;
1537 sbrcv_timeo = so->so_rcv.sb_timeo;
1538 sbsnd_timeo = so->so_snd.sb_timeo;
3975 &so->so_snd.sb_timeo) :
3977 &so->so_rcv.sb_timeo);
4233 so->so_snd.sb_timeo) :
4235 so->so_rcv.sb_timeo));
H A Duipc_debug.c371 db_printf("sb_timeo: %jd\n", sb->sb_timeo); in db_print_sockbuf()
H A Duipc_sockbuf.c453 PSOCK | PCATCH, "sbwait", sb->sb_timeo, 0, 0)); in sbwait()
1880 xsb->sb_timeo = sb->sb_timeo; in sbtoxsockbuf()
H A Duipc_usrreq.c1238 so->so_snd.sb_timeo)) != 0) { in uipc_sosend_stream_or_seqpacket()
2432 error = uipc_stream_sbwait(so2, so->so_snd.sb_timeo); in uipc_sendfile_wait()
/freebsd/usr.bin/netstat/
H A Dinet.c146 xsb->sb_timeo = sb->sb_timeo; in sbtoxsockbuf()