Searched defs:genl_ops (Results 1 – 2 of 2) sorted by relevance
183 struct genl_ops { struct184 int (*doit)(struct sk_buff *skb,186 int (*start)(struct netlink_callback *cb);187 int (*dumpit)(struct sk_buff *skb,189 int (*done)(struct netlink_callback *cb);190 const struct nla_policy *policy;191 unsigned int maxattr;192 u8 cmd;193 u8 internal_flags;194 u8 flags;[all …]
610 static const struct genl_ops genl_ops[] = { variable