Linux Kernel
3.7.1
|
Data Fields | |
struct team * | team |
struct lb_port_mapping | tx_hash_to_port_mapping [LB_TX_HASHTABLE_SIZE] |
struct sock_fprog * | orig_fprog |
struct { | |
unsigned int refresh_interval | |
struct delayed_work refresh_dw | |
struct lb_stats_info info [LB_TX_HASHTABLE_SIZE] | |
} | stats |
Definition at line 49 of file team_mode_loadbalance.c.
Definition at line 56 of file team_mode_loadbalance.c.
struct sock_fprog* orig_fprog |
Definition at line 52 of file team_mode_loadbalance.c.
struct delayed_work refresh_dw |
Definition at line 55 of file team_mode_loadbalance.c.
unsigned int refresh_interval |
Definition at line 54 of file team_mode_loadbalance.c.
struct { ... } stats |
Definition at line 50 of file team_mode_loadbalance.c.
struct lb_port_mapping tx_hash_to_port_mapping[LB_TX_HASHTABLE_SIZE] |
Definition at line 51 of file team_mode_loadbalance.c.