Lines Matching refs:db_printf

1847 		db_printf(" ");
1856 db_printf("TCPS_CLOSED");
1860 db_printf("TCPS_LISTEN");
1864 db_printf("TCPS_SYN_SENT");
1868 db_printf("TCPS_SYN_RECEIVED");
1872 db_printf("TCPS_ESTABLISHED");
1876 db_printf("TCPS_CLOSE_WAIT");
1880 db_printf("TCPS_FIN_WAIT_1");
1884 db_printf("TCPS_CLOSING");
1888 db_printf("TCPS_LAST_ACK");
1892 db_printf("TCPS_FIN_WAIT_2");
1896 db_printf("TCPS_TIME_WAIT");
1900 db_printf("unknown");
1912 db_printf("%sTF_ACKNOW", comma ? ", " : "");
1916 db_printf("%sTF_DELACK", comma ? ", " : "");
1920 db_printf("%sTF_NODELAY", comma ? ", " : "");
1924 db_printf("%sTF_NOOPT", comma ? ", " : "");
1928 db_printf("%sTF_SENTFIN", comma ? ", " : "");
1932 db_printf("%sTF_REQ_SCALE", comma ? ", " : "");
1936 db_printf("%sTF_RECVD_SCALE", comma ? ", " : "");
1940 db_printf("%sTF_REQ_TSTMP", comma ? ", " : "");
1944 db_printf("%sTF_RCVD_TSTMP", comma ? ", " : "");
1948 db_printf("%sTF_SACK_PERMIT", comma ? ", " : "");
1952 db_printf("%sTF_NEEDSYN", comma ? ", " : "");
1956 db_printf("%sTF_NEEDFIN", comma ? ", " : "");
1960 db_printf("%sTF_NOPUSH", comma ? ", " : "");
1964 db_printf("%sTF_MORETOCOME", comma ? ", " : "");
1968 db_printf("%sTF_LQ_OVERFLOW", comma ? ", " : "");
1972 db_printf("%sTF_LASTIDLE", comma ? ", " : "");
1976 db_printf("%sTF_RXWIN0SENT", comma ? ", " : "");
1980 db_printf("%sTF_FASTRECOVERY", comma ? ", " : "");
1984 db_printf("%sTF_CONGRECOVERY", comma ? ", " : "");
1988 db_printf("%sTF_WASFRECOVERY", comma ? ", " : "");
1992 db_printf("%sTF_SIGNATURE", comma ? ", " : "");
1996 db_printf("%sTF_FORCEDATA", comma ? ", " : "");
2000 db_printf("%sTF_TSO", comma ? ", " : "");
2004 db_printf("%sTF_ECN_PERMIT", comma ? ", " : "");
2008 db_printf("%sTF_FASTOPEN", comma ? ", " : "");
2020 db_printf("%sTCPOOB_HAVEDATA", comma ? ", " : "");
2024 db_printf("%sTCPOOB_HADDATA", comma ? ", " : "");
2034 db_printf("%s at %p\n", name, tp);
2039 db_printf("t_segq first: %p t_segqlen: %d t_dupacks: %d\n",
2043 db_printf("tt_rexmt: %p tt_persist: %p tt_keep: %p\n",
2047 db_printf("tt_2msl: %p tt_delack: %p t_inpcb: %p\n", &tp->t_timers->tt_2msl,
2051 db_printf("t_state: %d (", tp->t_state);
2053 db_printf(")\n");
2056 db_printf("t_flags: 0x%x (", tp->t_flags);
2058 db_printf(")\n");
2061 db_printf("snd_una: 0x%08x snd_max: 0x%08x snd_nxt: x0%08x\n",
2065 db_printf("snd_up: 0x%08x snd_wl1: 0x%08x snd_wl2: 0x%08x\n",
2069 db_printf("iss: 0x%08x irs: 0x%08x rcv_nxt: 0x%08x\n",
2073 db_printf("rcv_adv: 0x%08x rcv_wnd: %lu rcv_up: 0x%08x\n",
2077 db_printf("snd_wnd: %lu snd_cwnd: %lu\n",
2081 db_printf("snd_ssthresh: %lu snd_recover: "
2085 db_printf("t_maxopd: %u t_rcvtime: %u t_startime: %u\n",
2089 db_printf("t_rttime: %u t_rtsq: 0x%08x\n",
2093 db_printf("t_rxtcur: %d t_maxseg: %u t_srtt: %d\n",
2097 db_printf("t_rttvar: %d t_rxtshift: %d t_rttmin: %u "
2102 db_printf("t_rttupdated: %lu max_sndwnd: %lu t_softerror: %d\n",
2106 db_printf("t_oobflags: 0x%x (", tp->t_oobflags);
2108 db_printf(") t_iobc: 0x%02x\n", tp->t_iobc);
2111 db_printf("snd_scale: %u rcv_scale: %u request_r_scale: %u\n",
2115 db_printf("ts_recent: %u ts_recent_age: %u\n",
2119 db_printf("ts_offset: %u last_ack_sent: 0x%08x snd_cwnd_prev: "
2123 db_printf("snd_ssthresh_prev: %lu snd_recover_prev: 0x%08x "
2128 db_printf("snd_numholes: %d snd_holes first: %p\n",
2132 db_printf("snd_fack: 0x%08x rcv_numsacks: %d sack_newdata: "
2138 db_printf("t_rttlow: %d rfbuf_ts: %u rfbuf_cnt: %d\n",
2147 db_printf("usage: show tcpcb <addr>\n");