Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
team_mode_ops Struct Reference

#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)
 

Detailed Description

Definition at line 101 of file if_team.h.

Field Documentation

void(* exit)(struct team *team)

Definition at line 103 of file if_team.h.

int(* init)(struct team *team)

Definition at line 102 of file if_team.h.

void(* port_change_dev_addr)(struct team *team, struct team_port *port)

Definition at line 110 of file if_team.h.

void(* port_disabled)(struct team *team, struct team_port *port)

Definition at line 112 of file if_team.h.

void(* port_enabled)(struct team *team, struct team_port *port)

Definition at line 111 of file if_team.h.

int(* port_enter)(struct team *team, struct team_port *port)

Definition at line 108 of file if_team.h.

void(* port_leave)(struct team *team, struct team_port *port)

Definition at line 109 of file if_team.h.

Definition at line 104 of file if_team.h.

bool(* transmit)(struct team *team, struct sk_buff *skb)

Definition at line 107 of file if_team.h.


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