Home
last modified time | relevance | path

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

/freebsd-src/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.c2348 s, __func__, tcpstates[tp->t_state], tlen); in tcp_do_segment()
3344 tcpstates[tp->t_state], tlen); in tcp_do_segment()
3351 tcpstates[tp->t_state], tlen); in tcp_do_segment()
3360 tcpstates[tp->t_state]); in tcp_do_segment()
H A Dtcp_subr.c2137 ntohs(port), tcpstates[tp->t_state])); in tcp_respond()
/freebsd-src/sbin/pfctl/
H A Dpf_print_state.c308 printf(" %s:%s\n", tcpstates[src->state], in print_state()
309 tcpstates[dst->state]); in print_state()
/freebsd-src/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-src/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_syncache_respond()
H A Dt4_tom.c400 toep->tid, tcpstates[tp->t_state], toep, toep->flags, inp,
/freebsd-src/usr.bin/netstat/
H A Dinet.c514 tcpstates[tp->t_state]); in protopr()
888 tcpstates[i], tcpstates[i]); in tcp_stats()
/freebsd-src/usr.sbin/tcpdrop/
H A Dtcpdrop.c97 if (strcmp(tcpstates[state], optarg) == 0) in main()
/freebsd-src/usr.sbin/tcpsso/
H A Dtcpsso.c436 if (strcmp(tcpstates[state], optarg) == 0) in main()
/freebsd-src/usr.bin/systat/
H A Dnetstat.c507 tcpstates[p->ni_state]); in shownetstat()
/freebsd-src/usr.bin/sockstat/
H A Dsockstat.c1293 tcpstates[s->state]); in display()