Searched refs:team_port_exists (Results 1 – 1 of 1) sorted by relevance
42 #define team_port_exists(dev) (dev->priv_flags & IFF_TEAM_PORT) macro53 return team_port_exists(dev) ? port : NULL; in team_port_get_rtnl()1122 if (team_port_exists(port_dev)) { in team_port_add()