Searched defs:rtnl_link_ops (Results 1 – 1 of 1) sorted by relevance
10347 const struct rtnl_link_ops *rtnl_link_ops; member12220 struct rtnl_link_ops { struct12221 struct list_head list;12222 const char *kind;12223 size_t priv_size;12224 …t net_device * (*alloc)(struct nlattr **, const char *, unsigned char, unsigned int, unsigned int);12225 void (*setup)(struct net_device *);12226 bool netns_refund;12227 unsigned int maxtype;12228 const struct nla_policy *policy;[all …]