Searched defs:rtnl_link_ops (Results 1 – 3 of 3) sorted by relevance
77 struct rtnl_link_ops { struct78 struct list_head list;80 const char *kind;82 size_t priv_size;90 bool netns_refund;91 unsigned int maxtype;92 const struct nla_policy *policy;93 int (*validate)(struct nlattr *tb[],97 int (*newlink)(struct net *src_net,110 int (*fill_info)(struct sk_buff *skb,[all …]
168 struct rtnl_link_ops *rtnl_link_ops; member
2324 const struct rtnl_link_ops *rtnl_link_ops; member
Completed in 20 milliseconds