Searched defs:rtnl_link_ops (Results 1 – 3 of 3) sorted by relevance
63 struct rtnl_link_ops { struct64 struct list_head list;66 const char *kind;68 size_t priv_size;76 bool netns_refund;77 unsigned int maxtype;78 const struct nla_policy *policy;79 int (*validate)(struct nlattr *tb[],83 int (*newlink)(struct net *src_net,96 int (*fill_info)(struct sk_buff *skb,[all …]
164 struct rtnl_link_ops *rtnl_link_ops; member
2232 const struct rtnl_link_ops *rtnl_link_ops; member
Completed in 24 milliseconds