Searched defs:team_mode_ops (Results 1 – 1 of 1) sorted by relevance
56 struct team_mode_ops { struct57 int (*init)(struct team *team);58 void (*exit)(struct team *team);59 rx_handler_result_t (*receive)(struct team *team,62 bool (*transmit)(struct team *team, struct sk_buff *skb);63 int (*port_enter)(struct team *team, struct team_port *port);64 void (*port_leave)(struct team *team, struct team_port *port);65 void (*port_change_mac)(struct team *team, struct team_port *port);