Searched defs:genl_ops (Results 1 – 2 of 2) sorted by relevance
197 struct genl_ops { struct198 int (*doit)(struct sk_buff *skb,200 int (*start)(struct netlink_callback *cb);201 int (*dumpit)(struct sk_buff *skb,203 int (*done)(struct netlink_callback *cb);204 const struct nla_policy *policy;205 unsigned int maxattr;206 u8 cmd;207 u8 internal_flags;208 u8 flags;[all …]
610 static const struct genl_ops genl_ops[] = { variable