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