Home
last modified time | relevance | path

Searched defs:tcpcb (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_var.h308 struct tcpcb { struct
311 #define t_zero_size (sizeof(struct tcpcb) - \ argument
321 TAILQ_ENTRY(tcpcb) t_hpts; /* linkage to HPTS ring */ argument
323 uint32_t t_hpts_request; /* Current hpts request, zero if
325 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 …]
H A Dtcp_usrreq.c3180 DB_SHOW_COMMAND(tcpcb,db_show_tcpcb) DB_SHOW_COMMAND() argument
[all...]
/freebsd/usr.bin/systat/
H A Dnetstat.c174 struct tcpcb tcpcb; in fetchnetstat_kvm() local