Searched refs:m_ops (Results 1 – 1 of 1) sorted by relevance
1930 const struct rtnl_link_ops *m_ops = NULL; in rtnl_newlink() local1966 m_ops = master_dev->rtnl_link_ops; in rtnl_newlink()1991 struct nlattr *slave_attr[m_ops ? m_ops->slave_maxtype + 1 : 0]; in rtnl_newlink()2012 if (m_ops) { in rtnl_newlink()2013 if (m_ops->slave_maxtype && in rtnl_newlink()2016 m_ops->slave_maxtype, in rtnl_newlink()2018 m_ops->slave_policy); in rtnl_newlink()2023 if (m_ops->slave_validate) { in rtnl_newlink()2024 err = m_ops->slave_validate(tb, slave_data); in rtnl_newlink()2050 if (!m_ops || !m_ops->slave_changelink) in rtnl_newlink()[all …]