Searched defs:genl_ops (Results 1 – 2 of 2) sorted by relevance
213 struct genl_ops { struct214 int (*doit)(struct sk_buff *skb,216 int (*start)(struct netlink_callback *cb);217 int (*dumpit)(struct sk_buff *skb,219 int (*done)(struct netlink_callback *cb);220 const struct nla_policy *policy;221 unsigned int maxattr;222 u8 cmd;223 u8 internal_flags;224 u8 flags;[all …]
610 static const struct genl_ops genl_ops[] = { variable