Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dgenetlink.h185 struct genl_ops { struct
186 int (*doit)(struct sk_buff *skb,
188 int (*start)(struct netlink_callback *cb);
189 int (*dumpit)(struct sk_buff *skb,
191 int (*done)(struct netlink_callback *cb);
192 const struct nla_policy *policy;
193 unsigned int maxattr;
194 u8 cmd;
195 u8 internal_flags;
196 u8 flags;
[all …]
/openbmc/linux/drivers/net/wireguard/
H A Dnetlink.c610 static const struct genl_ops genl_ops[] = { variable