Home
last modified time | relevance | path

Searched refs:tcpstates (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_fsm.h87 static char const * const tcpstates[] = { variable
H A Dtoecore.c245 ("%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 Dtcp_input.c2343 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 Dtcp_subr.c2137 ntohs(port), tcpstates[tp->t_state])); in tcp_respond()
/freebsd/contrib/tcpdump/
H A Dprint-pfsync.c351 ND_PRINT(" %s:%s", tcpstates[src->state], in print_src_dst()
352 tcpstates[dst->state]); in print_src_dst()
/freebsd/sbin/pfctl/
H A Dpf_print_state.c309 printf(" %s:%s\n", tcpstates[src->state], in print_state()
310 tcpstates[dst->state]); in print_state()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c249 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 Dt4_listen.c722 __func__, lctx->stid, tcpstates[tp->t_state], lctx, inp, in t4_listen_start()
H A Dt4_tom.c400 toep->tid, tcpstates[tp->t_state], toep, toep->flags, inp, in t4_pcb_detach()
/freebsd/usr.bin/netstat/
H A Dinet.c515 tcpstates[tp->t_state]); in protopr()
889 tcpstates[i], tcpstates[i]); in tcp_stats()
/freebsd/usr.sbin/tcpdrop/
H A Dtcpdrop.c97 if (strcmp(tcpstates[state], optarg) == 0) in main()
/freebsd/usr.sbin/tcpsso/
H A Dtcpsso.c436 if (strcmp(tcpstates[state], optarg) == 0) in main()
/freebsd/usr.bin/systat/
H A Dnetstat.c507 tcpstates[p->ni_state]); in shownetstat()
/freebsd/usr.bin/sockstat/
H A Dsockstat.c1299 tcpstates[s->state]); in displaysock()