Searched defs:genl_ops (Results 1 – 1 of 1) sorted by relevance
125 struct genl_ops { struct126 const struct nla_policy *policy;127 int (*doit)(struct sk_buff *skb,129 int (*start)(struct netlink_callback *cb);130 int (*dumpit)(struct sk_buff *skb,132 int (*done)(struct netlink_callback *cb);133 u8 cmd;134 u8 internal_flags;135 u8 flags;