Home
last modified time | relevance | path

Searched refs:SO_DEBUG (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_timer.c387 if (tp != NULL && (tp->t_inpcb->inp_socket->so_options & SO_DEBUG)) in tcp_timer_2msl()
490 if (inp->inp_socket->so_options & SO_DEBUG) in tcp_timer_keep()
509 if (tp != NULL && (tp->t_inpcb->inp_socket->so_options & SO_DEBUG)) in tcp_timer_keep()
600 if (tp != NULL && tp->t_inpcb->inp_socket->so_options & SO_DEBUG) in tcp_timer_persist()
882 if (tp != NULL && (tp->t_inpcb->inp_socket->so_options & SO_DEBUG)) in tcp_timer_rexmt()
H A Dtcp_input.c1027 if (so->so_options & SO_DEBUG) { in tcp_input()
1338 if (so->so_options & SO_DEBUG) in tcp_input()
1856 if (so->so_options & SO_DEBUG) in tcp_do_segment()
1908 if (so->so_options & SO_DEBUG) in tcp_do_segment()
3261 if (so->so_options & SO_DEBUG) in tcp_do_segment()
3307 if (so->so_options & SO_DEBUG) in tcp_do_segment()
3333 if (tp == NULL || (tp->t_inpcb->inp_socket->so_options & SO_DEBUG)) in tcp_do_segment()
H A Dtcp_output.c1383 if (so->so_options & SO_DEBUG) { in tcp_output()
H A Dtcp_usrreq.c141 #define TCPDEBUG2(req) if (tp && (so->so_options & SO_DEBUG)) \
H A Dtcp_subr.c1660 if (tp == NULL || (inp->inp_socket->so_options & SO_DEBUG)) in tcp_respond()
/f-stack/tools/compat/include/sys/
H A Dsocket.h123 #define SO_DEBUG 0x00000001 /* turn on debugging info recording */ macro
/f-stack/freebsd/kern/
H A Duipc_debug.c85 if (so_options & SO_DEBUG) { in db_print_sooptions()
H A Duipc_socket.c3034 case SO_DEBUG:
3256 case SO_DEBUG:
/f-stack/freebsd/sys/
H A Dsocket.h129 #define SO_DEBUG 0x00000001 /* turn on debugging info recording */ macro
/f-stack/lib/
H A Dff_syscall_wrapper.c342 return SO_DEBUG; in so_opt_convert()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c8906 if (so->so_options & SO_DEBUG) in rack_do_fastnewdata()
9127 if (so->so_options & SO_DEBUG) in rack_fastack()
13647 if (so->so_options & SO_DEBUG) { in rack_output()
H A Dbbr.c8587 if (so->so_options & SO_DEBUG) in bbr_do_fastnewdata()
8800 if (so->so_options & SO_DEBUG) in bbr_fastack()
13677 if (so->so_options & SO_DEBUG) { in bbr_output_wtime()