Home
last modified time | relevance | path

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

/linux/include/linux/
A Dif_team.h114 struct team_mode_ops { struct
115 int (*init)(struct team *team);
116 void (*exit)(struct team *team);
117 rx_handler_result_t (*receive)(struct team *team,
120 bool (*transmit)(struct team *team, struct sk_buff *skb);
121 int (*port_enter)(struct team *team, struct team_port *port);
122 void (*port_leave)(struct team *team, struct team_port *port);
123 void (*port_change_dev_addr)(struct team *team, struct team_port *port);
124 void (*port_enabled)(struct team *team, struct team_port *port);
125 void (*port_disabled)(struct team *team, struct team_port *port);

Completed in 5 milliseconds