Searched refs:rtnl_link_ops (Results 1 – 5 of 5) sorted by relevance
60 struct rtnl_link_ops { struct117 int __rtnl_link_register(struct rtnl_link_ops *ops); argument118 void __rtnl_link_unregister(struct rtnl_link_ops *ops);120 int rtnl_link_register(struct rtnl_link_ops *ops);121 void rtnl_link_unregister(struct rtnl_link_ops *ops);163 const struct rtnl_link_ops *ops,
183 struct rtnl_link_ops *rtnl_link_ops; member281 struct rtnl_link_ops *ops, char *devname);284 struct rtnl_link_ops *ops);
716 extern struct rtnl_link_ops bond_link_ops;
67 extern int macvlan_link_register(struct rtnl_link_ops *ops);
2017 const struct rtnl_link_ops *rtnl_link_ops; member