Searched defs:rtnl_link_ops (Results 1 – 2 of 2) sorted by relevance
9855 const struct rtnl_link_ops *rtnl_link_ops; member11551 struct rtnl_link_ops { struct11552 struct list_head list;11553 const char *kind;11554 size_t priv_size;11555 …t net_device * (*alloc)(struct nlattr **, const char *, unsigned char, unsigned int, unsigned int);11556 void (*setup)(struct net_device *);11557 bool netns_refund;11558 unsigned int maxtype;11559 const struct nla_policy *policy;[all …]
9775 const struct rtnl_link_ops *rtnl_link_ops; member11466 struct rtnl_link_ops { struct11467 struct list_head list;11468 const char *kind;11469 size_t priv_size;11470 …t net_device * (*alloc)(struct nlattr **, const char *, unsigned char, unsigned int, unsigned int);11471 void (*setup)(struct net_device *);11472 bool netns_refund;11473 unsigned int maxtype;11474 const struct nla_policy *policy;[all …]