Searched refs:tcpstates (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_fsm.h | 87 static char const * const tcpstates[] = { variable
|
H A D | toecore.c | 245 ("%s: t_state %s", __func__, tcpstates[tp->t_state])); in toe_listen_start_event() 260 ("%s: t_state %s", __func__, tcpstates[tp->t_state])); in toe_listen_stop_event()
|
H A D | tcp_input.c | 2343 s, __func__, tcpstates[tp->t_state], tlen); in tcp_do_segment() 3334 tcpstates[tp->t_state], tlen); in tcp_do_segment() 3341 tcpstates[tp->t_state], tlen); in tcp_do_segment() 3350 tcpstates[tp->t_state]); in tcp_do_segment()
|
H A D | tcp_subr.c | 2137 ntohs(port), tcpstates[tp->t_state])); in tcp_respond()
|
/freebsd/contrib/tcpdump/ |
H A D | print-pfsync.c | 351 ND_PRINT(" %s:%s", tcpstates[src->state], in print_src_dst() 352 tcpstates[dst->state]); in print_src_dst()
|
/freebsd/sbin/pfctl/ |
H A D | pf_print_state.c | 309 printf(" %s:%s\n", tcpstates[src->state], in print_state() 310 tcpstates[dst->state]); in print_state()
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_cpl_io.c | 249 tcpstates[tp->t_state], in send_reset() 363 ("%s: TCP state %s", __func__, tcpstates[tp->t_state])); in make_established() 1300 __func__, toep->tid, tcpstates[tp->t_state])); in t4_send_rst() 1349 __func__, tid, tp ? tcpstates[tp->t_state] : "no tp", toep->flags, in do_peer_close() 1447 __func__, tid, tp ? tcpstates[tp->t_state] : "no tp", toep->flags); in do_close_con_rpl() 1483 __func__, tid, tcpstates[tp->t_state]); in do_close_con_rpl() 1571 __func__, tid, tp ? tcpstates[tp->t_state] : "no tp", toep->flags, in do_abort_req()
|
H A D | t4_listen.c | 722 __func__, lctx->stid, tcpstates[tp->t_state], lctx, inp, in t4_listen_start()
|
H A D | t4_tom.c | 400 toep->tid, tcpstates[tp->t_state], toep, toep->flags, inp, in t4_pcb_detach()
|
/freebsd/usr.bin/netstat/ |
H A D | inet.c | 515 tcpstates[tp->t_state]); in protopr() 889 tcpstates[i], tcpstates[i]); in tcp_stats()
|
/freebsd/usr.sbin/tcpdrop/ |
H A D | tcpdrop.c | 97 if (strcmp(tcpstates[state], optarg) == 0) in main()
|
/freebsd/usr.sbin/tcpsso/ |
H A D | tcpsso.c | 436 if (strcmp(tcpstates[state], optarg) == 0) in main()
|
/freebsd/usr.bin/systat/ |
H A D | netstat.c | 507 tcpstates[p->ni_state]); in shownetstat()
|
/freebsd/usr.bin/sockstat/ |
H A D | sockstat.c | 1299 tcpstates[s->state]); in displaysock()
|