Linux Kernel
3.7.1
|
#include <if_team.h>
Data Fields | |
int(* | init )(struct team *team) |
void(* | exit )(struct team *team) |
rx_handler_result_t(* | receive )(struct team *team, struct team_port *port, struct sk_buff *skb) |
bool(* | transmit )(struct team *team, struct sk_buff *skb) |
int(* | port_enter )(struct team *team, struct team_port *port) |
void(* | port_leave )(struct team *team, struct team_port *port) |
void(* | port_change_dev_addr )(struct team *team, struct team_port *port) |
void(* | port_enabled )(struct team *team, struct team_port *port) |
void(* | port_disabled )(struct team *team, struct team_port *port) |