Searched defs:rtnl_link_ops (Results 1 – 3 of 3) sorted by relevance
96 struct rtnl_link_ops { struct97 struct list_head list;99 const char *kind;101 size_t priv_size;109 bool netns_refund;110 unsigned int maxtype;111 const struct nla_policy *policy;112 int (*validate)(struct nlattr *tb[],116 int (*newlink)(struct net *src_net,129 int (*fill_info)(struct sk_buff *skb,[all …]
205 struct rtnl_link_ops *rtnl_link_ops; member
2325 const struct rtnl_link_ops *rtnl_link_ops; member
Completed in 34 milliseconds