Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Dgenetlink.h183 struct genl_ops { struct
184 int (*doit)(struct sk_buff *skb,
186 int (*start)(struct netlink_callback *cb);
187 int (*dumpit)(struct sk_buff *skb,
189 int (*done)(struct netlink_callback *cb);
190 const struct nla_policy *policy;
191 unsigned int maxattr;
192 u8 cmd;
193 u8 internal_flags;
194 u8 flags;
[all …]
/Linux-v6.6/drivers/net/wireguard/
Dnetlink.c610 static const struct genl_ops genl_ops[] = { variable