Home
last modified time | relevance | path

Searched defs:rtnl_link_ops (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h9855 const struct rtnl_link_ops *rtnl_link_ops; member
11551 struct rtnl_link_ops { struct
11552 struct list_head list;
11553 const char *kind;
11554 size_t priv_size;
11555 …t net_device * (*alloc)(struct nlattr **, const char *, unsigned char, unsigned int, unsigned int);
11556 void (*setup)(struct net_device *);
11557 bool netns_refund;
11558 unsigned int maxtype;
11559 const struct nla_policy *policy;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h9775 const struct rtnl_link_ops *rtnl_link_ops; member
11466 struct rtnl_link_ops { struct
11467 struct list_head list;
11468 const char *kind;
11469 size_t priv_size;
11470 …t net_device * (*alloc)(struct nlattr **, const char *, unsigned char, unsigned int, unsigned int);
11471 void (*setup)(struct net_device *);
11472 bool netns_refund;
11473 unsigned int maxtype;
11474 const struct nla_policy *policy;
[all …]