Searched defs:rtnl_link_ops (Results 1 – 1 of 1) sorted by relevance
13083 const struct rtnl_link_ops *rtnl_link_ops; member14530 struct rtnl_link_ops { struct14531 struct list_head list;14532 const char *kind;14533 size_t priv_size;14534 …t net_device * (*alloc)(struct nlattr **, const char *, unsigned char, unsigned int, unsigned int);14535 void (*setup)(struct net_device *);14536 bool netns_refund;14537 unsigned int maxtype;14538 const struct nla_policy *policy;[all …]