Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Drtnetlink.h77 struct rtnl_link_ops { struct
78 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 …]
H A Dip_tunnels.h176 struct rtnl_link_ops *rtnl_link_ops; member
/openbmc/linux/include/linux/
H A Dnetdevice.h2362 const struct rtnl_link_ops *rtnl_link_ops; member