Home
last modified time | relevance | path

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

/linux/include/net/
H A Dgenetlink.h209 struct genl_ops { struct
210 int (*doit)(struct sk_buff *skb,
212 int (*start)(struct netlink_callback *cb);
213 int (*dumpit)(struct sk_buff *skb,
215 int (*done)(struct netlink_callback *cb);
216 const struct nla_policy *policy;
217 unsigned int maxattr;
218 u8 cmd;
219 u8 internal_flags;
220 u8 flags;
[all …]
/linux/drivers/net/wireguard/
H A Dnetlink.c610 static const struct genl_ops genl_ops[] = { variable