Searched defs:rtnl_link_ops (Results 1 – 3 of 3) 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;154 bool netns_refund;155 const u16 peer_type;156 unsigned int maxtype;157 const struct nla_policy *policy;158 int (*validate)(struct nlattr *tb[],[all …]
206 struct rtnl_link_ops *rtnl_link_ops; member
2399 const struct rtnl_link_ops *rtnl_link_ops; member
Completed in 21 milliseconds