Lines Matching refs:genl_family
89 static int genl_ctrl_event(int event, const struct genl_family *family,
93 static const struct genl_family *genl_family_find_byid(unsigned int id)
98 static const struct genl_family *genl_family_find_byname(char *name)
100 const struct genl_family *family;
110 static int genl_get_cmd_cnt(const struct genl_family *family)
115 static void genl_op_from_full(const struct genl_family *family,
126 static int genl_get_cmd_full(u32 cmd, const struct genl_family *family,
140 static void genl_op_from_small(const struct genl_family *family,
155 static int genl_get_cmd_small(u32 cmd, const struct genl_family *family,
169 static int genl_get_cmd(u32 cmd, const struct genl_family *family,
178 const struct genl_family *family,
249 static struct genl_family genl_ctrl;
251 static int genl_validate_assign_mc_groups(struct genl_family *family)
329 static void genl_unregister_mc_groups(const struct genl_family *family)
354 static int genl_validate_ops(const struct genl_family *family)
392 int genl_register_family(struct genl_family *family)
461 int genl_unregister_family(const struct genl_family *family)
497 const struct genl_family *family, int flags, u8 cmd)
527 genl_family_rcv_msg_attrs_parse(const struct genl_family *family,
563 const struct genl_family *family;
657 static int genl_family_rcv_msg_dumpit(const struct genl_family *family,
703 static int genl_family_rcv_msg_doit(const struct genl_family *family,
750 static int genl_family_rcv_msg(const struct genl_family *family,
790 const struct genl_family *family;
819 static struct genl_family genl_ctrl;
821 static int ctrl_fill_info(const struct genl_family *family, u32 portid, u32 seq,
910 static int ctrl_fill_mcgrp_info(const struct genl_family *family,
954 struct genl_family *rt;
978 static struct sk_buff *ctrl_build_family_msg(const struct genl_family *family,
998 ctrl_build_mcgrp_msg(const struct genl_family *family,
1028 const struct genl_family *res = NULL;
1072 static int genl_ctrl_event(int event, const struct genl_family *family,
1115 const struct genl_family *rt;
1135 const struct genl_family *rt;
1355 static struct genl_family genl_ctrl __ro_after_init = {
1369 const struct genl_family *family;
1489 int genlmsg_multicast_allns(const struct genl_family *family,
1500 void genl_notify(const struct genl_family *family, struct sk_buff *skb,