Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Duipc_socket.c809 so->so_rcv.sb_timeo = head->sol_sbrcv_timeo;
810 so->so_snd.sb_timeo = head->sol_sbsnd_timeo;
947 so->so_rcv.sb_timeo = head->so_rcv.sb_timeo;
948 so->so_snd.sb_timeo = head->so_snd.sb_timeo;
1093 sbrcv_timeo = so->so_rcv.sb_timeo;
1094 sbsnd_timeo = so->so_snd.sb_timeo;
3242 &so->so_snd.sb_timeo) :
3244 &so->so_rcv.sb_timeo);
3433 so->so_snd.sb_timeo) :
3435 so->so_rcv.sb_timeo));
H A Duipc_debug.c382 db_printf("sb_timeo: %jd\n", sb->sb_timeo); in db_print_sockbuf()
H A Duipc_sockbuf.c460 sb->sb_timeo, 0, 0)); in sbwait()
1865 xsb->sb_timeo = sb->sb_timeo; in sbtoxsockbuf()
/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.h98 sbintime_t sb_timeo; /* timeout for read/write */ member
H A Dsocketvar.h586 int32_t sb_timeo; member
/freebsd/usr.bin/netstat/
H A Dinet.c144 xsb->sb_timeo = sb->sb_timeo; in sbtoxsockbuf()