Lines Matching defs:genl_family
26 * struct genl_family - generic netlink family
50 struct genl_family {
173 const struct genl_family *family;
184 int genl_register_family(struct genl_family *family);
185 int genl_unregister_family(const struct genl_family *family);
186 void genl_notify(const struct genl_family *family, struct sk_buff *skb,
190 const struct genl_family *family, int flags, u8 cmd);
215 const struct genl_family *family,
234 const struct genl_family *family,
269 const struct genl_family *family,
306 static inline int genlmsg_multicast_netns(const struct genl_family *family,
324 static inline int genlmsg_multicast(const struct genl_family *family,
342 int genlmsg_multicast_allns(const struct genl_family *family,
426 static inline int genl_set_err(const struct genl_family *family,
436 static inline int genl_has_listeners(const struct genl_family *family,