Lines Matching defs:genl_family
27 * struct genl_family - generic netlink family
62 struct genl_family {
109 const struct genl_family *family;
285 genl_info_init_ntf(struct genl_info *info, const struct genl_family *family,
301 int genl_register_family(struct genl_family *family);
302 int genl_unregister_family(const struct genl_family *family);
303 void genl_notify(const struct genl_family *family, struct sk_buff *skb,
307 const struct genl_family *family, int flags, u8 cmd);
358 const struct genl_family *family,
377 const struct genl_family *family,
412 const struct genl_family *family,
449 static inline int genlmsg_multicast_netns(const struct genl_family *family,
467 static inline int genlmsg_multicast(const struct genl_family *family,
485 int genlmsg_multicast_allns(const struct genl_family *family,
570 static inline int genl_set_err(const struct genl_family *family,
580 static inline int genl_has_listeners(const struct genl_family *family,