Searched refs:tcpstates (Results 1 - 17 of 17) sorted by relevance

/freebsd-11.0-release/sys/netinet/
H A Dtcp_fsm.h105 static char const * const tcpstates[] = { variable
H A Dtcp_debug.c162 printf("%p %s:", tp, tcpstates[ostate]);
211 printf(" -> %s", tcpstates[tp->t_state]);
H A Dtoecore.c219 ("%s: t_state %s", __func__, tcpstates[tp->t_state]));
234 ("%s: t_state %s", __func__, tcpstates[tp->t_state]));
H A Dtcp_input.c2325 s, __func__, tcpstates[tp->t_state], tlen);
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-pfsync.c335 ND_PRINT((ndo, " %s:%s", tcpstates[src->state],
336 tcpstates[dst->state]));
/freebsd-11.0-release/sbin/pfctl/
H A Dpf_print_state.c267 printf(" %s:%s\n", tcpstates[src->state],
268 tcpstates[dst->state]);
/freebsd-11.0-release/usr.sbin/trpt/
H A Dtrpt.c336 printf("%03ld %s:%s ", (long)((ntime/10) % 1000), tcpstates[ostate],
415 printf(" -> %s", tcpstates[tp->t_state]);
/freebsd-11.0-release/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c164 tcpstates[tp->t_state],
274 ("%s: TCP state %s", __func__, tcpstates[tp->t_state]));
1035 __func__, toep->tid, tcpstates[tp->t_state]));
1091 tid, tp ? tcpstates[tp->t_state] : "no tp", toep->flags, inp);
1174 __func__, tid, tp ? tcpstates[tp->t_state] : "no tp", toep->flags);
1207 __func__, tid, tcpstates[tp->t_state]);
1292 __func__, tid, tp ? tcpstates[tp->t_state] : "no tp", toep->flags,
H A Dt4_connect.c433 toep->tid, tcpstates[tp->t_state], toep, inp);
H A Dt4_tom.c355 toep->tid, tcpstates[tp->t_state], toep, toep->flags, inp,
H A Dt4_listen.c567 __func__, lctx->stid, tcpstates[tp->t_state], lctx, inp,
/freebsd-11.0-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_cpl_io.c1021 toep->tp_tid, tcpstates[tp->t_state], toep, inp);
1230 tid, tp ? tcpstates[tp->t_state] : "no tp" , toep->tp_flags, inp);
1293 tp ? tcpstates[tp->t_state] : "no tp", toep->tp_flags);
1499 __func__, tid, tcpstates[tp->t_state], toep, toep->tp_flags,
1585 CTR4(KTR_CXGB, "%s tid %u, toep %p, inp %p", tcpstates[tp->t_state],
H A Dcxgb_listen.c844 lctx->stid, tcpstates[tp->t_state], lctx, inp);
/freebsd-11.0-release/usr.bin/netstat/
H A Dinet.c603 tcpstates[tp->t_state]);
879 tcpstates[i], tcpstates[i]);
/freebsd-11.0-release/usr.bin/systat/
H A Dnetstat.c520 tcpstates[p->ni_state]);
/freebsd-11.0-release/usr.bin/sockstat/
H A Dsockstat.c1049 xprintf("%s", tcpstates[s->state]);
/freebsd-11.0-release/sys/netinet/tcp_stacks/
H A Dfastpath.c884 s, __func__, tcpstates[tp->t_state], tlen);

Completed in 161 milliseconds