Searched defs:genl_ops (Results 1 – 1 of 1) sorted by relevance
133 struct genl_ops { struct134 const struct nla_policy *policy;135 int (*doit)(struct sk_buff *skb,137 int (*start)(struct netlink_callback *cb);138 int (*dumpit)(struct sk_buff *skb,140 int (*done)(struct netlink_callback *cb);141 u8 cmd;142 u8 internal_flags;143 u8 flags;