FreeBSD kernel IPv4 code
tcp_hptsi Struct Reference
Collaboration diagram for tcp_hptsi:

Data Fields

struct tcp_hpts_entry ** rp_ent
 
uint32_tcts_last_ran
 
uint32_t rp_num_hptss
 

Detailed Description

Definition at line 231 of file tcp_hpts.c.

Field Documentation

◆ cts_last_ran

uint32_t* tcp_hptsi::cts_last_ran

Definition at line 233 of file tcp_hpts.c.

◆ rp_ent

struct tcp_hpts_entry** tcp_hptsi::rp_ent

Definition at line 232 of file tcp_hpts.c.

Referenced by tcp_choose_hpts_to_run(), tcp_hpts_lock(), and tcp_init_hptsi().

◆ rp_num_hptss

uint32_t tcp_hptsi::rp_num_hptss

Definition at line 234 of file tcp_hpts.c.

Referenced by hpts_random_cpu(), tcp_choose_hpts_to_run(), and tcp_init_hptsi().


The documentation for this struct was generated from the following file: