Lines Matching defs:active_port
17 struct team_port __rcu *active_port;
28 struct team_port *active_port;
30 active_port = rcu_dereference(ab_priv(team)->active_port);
31 if (active_port != port)
38 struct team_port *active_port;
40 active_port = rcu_dereference_bh(ab_priv(team)->active_port);
41 if (unlikely(!active_port))
43 if (team_dev_queue_xmit(team, active_port, skb))
54 if (ab_priv(team)->active_port == port) {
55 RCU_INIT_POINTER(ab_priv(team)->active_port, NULL);
68 struct team_port *active_port;
70 active_port = rtnl_dereference(ab_priv(team)->active_port);
71 if (active_port)
72 ctx->data.u32_val = active_port->dev->ifindex;
83 rcu_assign_pointer(ab_priv(team)->active_port, port);