Searched defs:tcpcb (Results 1 – 3 of 3) sorted by relevance
308 struct tcpcb { struct311 #define t_zero_size (sizeof(struct tcpcb) - \ argument321 TAILQ_ENTRY(tcpcb) t_hpts; /* linkage to HPTS ring */ argument323 uint32_t t_hpts_request; /* Current hpts request, zero if325 uint32_t t_hpts_slot; /* HPTS wheel slot this tcb is. */326 uint32_t t_hpts_drop_reas; /* Reason we are dropping the pcb. */327 uint32_t t_hpts_gencnt;328 uint16_t t_hpts_cpu; /* CPU chosen by hpts_cpuid(). */329 uint16_t t_lro_cpu; /* CPU derived from LRO. */331 enum {[all …]
3180 DB_SHOW_COMMAND(tcpcb,db_show_tcpcb) DB_SHOW_COMMAND() argument [all...]
174 struct tcpcb tcpcb; in fetchnetstat_kvm() local