Searched defs:rtnl_link_ops (Results 1 – 2 of 2) sorted by relevance
140 struct rtnl_link_ops { struct141 struct list_head list;142 struct srcu_struct srcu;144 const char *kind;146 size_t priv_size;147 struct net_device *(*alloc)(struct nlattr *tb[],152 void (*setup)(struct net_device *dev);154 bool netns_refund;155 const u16 peer_type;156 unsigned int maxtype;[all …]
208 struct rtnl_link_ops *rtnl_link_ops; member