Lines Matching refs:db_printf

2658 		db_printf(" ");
2667 db_printf("TCPS_CLOSED");
2671 db_printf("TCPS_LISTEN");
2675 db_printf("TCPS_SYN_SENT");
2679 db_printf("TCPS_SYN_RECEIVED");
2683 db_printf("TCPS_ESTABLISHED");
2687 db_printf("TCPS_CLOSE_WAIT");
2691 db_printf("TCPS_FIN_WAIT_1");
2695 db_printf("TCPS_CLOSING");
2699 db_printf("TCPS_LAST_ACK");
2703 db_printf("TCPS_FIN_WAIT_2");
2707 db_printf("TCPS_TIME_WAIT");
2711 db_printf("unknown");
2723 db_printf("%sTF_ACKNOW", comma ? ", " : "");
2727 db_printf("%sTF_DELACK", comma ? ", " : "");
2731 db_printf("%sTF_NODELAY", comma ? ", " : "");
2735 db_printf("%sTF_NOOPT", comma ? ", " : "");
2739 db_printf("%sTF_SENTFIN", comma ? ", " : "");
2743 db_printf("%sTF_REQ_SCALE", comma ? ", " : "");
2747 db_printf("%sTF_RECVD_SCALE", comma ? ", " : "");
2751 db_printf("%sTF_REQ_TSTMP", comma ? ", " : "");
2755 db_printf("%sTF_RCVD_TSTMP", comma ? ", " : "");
2759 db_printf("%sTF_SACK_PERMIT", comma ? ", " : "");
2763 db_printf("%sTF_NEEDSYN", comma ? ", " : "");
2767 db_printf("%sTF_NEEDFIN", comma ? ", " : "");
2771 db_printf("%sTF_NOPUSH", comma ? ", " : "");
2775 db_printf("%sTF_MORETOCOME", comma ? ", " : "");
2779 db_printf("%sTF_LQ_OVERFLOW", comma ? ", " : "");
2783 db_printf("%sTF_LASTIDLE", comma ? ", " : "");
2787 db_printf("%sTF_RXWIN0SENT", comma ? ", " : "");
2791 db_printf("%sTF_FASTRECOVERY", comma ? ", " : "");
2795 db_printf("%sTF_CONGRECOVERY", comma ? ", " : "");
2799 db_printf("%sTF_WASFRECOVERY", comma ? ", " : "");
2803 db_printf("%sTF_SIGNATURE", comma ? ", " : "");
2807 db_printf("%sTF_FORCEDATA", comma ? ", " : "");
2811 db_printf("%sTF_TSO", comma ? ", " : "");
2815 db_printf("%sTF_FASTOPEN", comma ? ", " : "");
2827 db_printf("%sTF2_ECN_PERMIT", comma ? ", " : "");
2839 db_printf("%sTCPOOB_HAVEDATA", comma ? ", " : "");
2843 db_printf("%sTCPOOB_HADDATA", comma ? ", " : "");
2853 db_printf("%s at %p\n", name, tp);
2858 db_printf("t_segq first: %p t_segqlen: %d t_dupacks: %d\n",
2862 db_printf("tt_rexmt: %p tt_persist: %p tt_keep: %p\n",
2866 db_printf("tt_2msl: %p tt_delack: %p t_inpcb: %p\n", &tp->t_timers->tt_2msl,
2870 db_printf("t_state: %d (", tp->t_state);
2872 db_printf(")\n");
2875 db_printf("t_flags: 0x%x (", tp->t_flags);
2877 db_printf(")\n");
2880 db_printf("t_flags2: 0x%x (", tp->t_flags2);
2882 db_printf(")\n");
2885 db_printf("snd_una: 0x%08x snd_max: 0x%08x snd_nxt: x0%08x\n",
2889 db_printf("snd_up: 0x%08x snd_wl1: 0x%08x snd_wl2: 0x%08x\n",
2893 db_printf("iss: 0x%08x irs: 0x%08x rcv_nxt: 0x%08x\n",
2897 db_printf("rcv_adv: 0x%08x rcv_wnd: %u rcv_up: 0x%08x\n",
2901 db_printf("snd_wnd: %u snd_cwnd: %u\n",
2905 db_printf("snd_ssthresh: %u snd_recover: "
2909 db_printf("t_rcvtime: %u t_startime: %u\n",
2913 db_printf("t_rttime: %u t_rtsq: 0x%08x\n",
2917 db_printf("t_rxtcur: %d t_maxseg: %u t_srtt: %d\n",
2921 db_printf("t_rttvar: %d t_rxtshift: %d t_rttmin: %u "
2926 db_printf("t_rttupdated: %lu max_sndwnd: %u t_softerror: %d\n",
2930 db_printf("t_oobflags: 0x%x (", tp->t_oobflags);
2932 db_printf(") t_iobc: 0x%02x\n", tp->t_iobc);
2935 db_printf("snd_scale: %u rcv_scale: %u request_r_scale: %u\n",
2939 db_printf("ts_recent: %u ts_recent_age: %u\n",
2943 db_printf("ts_offset: %u last_ack_sent: 0x%08x snd_cwnd_prev: "
2947 db_printf("snd_ssthresh_prev: %u snd_recover_prev: 0x%08x "
2952 db_printf("snd_numholes: %d snd_holes first: %p\n",
2956 db_printf("snd_fack: 0x%08x rcv_numsacks: %d\n",
2962 db_printf("t_rttlow: %d rfbuf_ts: %u rfbuf_cnt: %d\n",
2971 db_printf("usage: show tcpcb <addr>\n");