Lines Matching refs:genl_family

55 static void genl_op_lock(const struct genl_family *family)
61 static void genl_op_unlock(const struct genl_family *family)
99 static int genl_ctrl_event(int event, const struct genl_family *family,
104 genl_op_fill_in_reject_policy(const struct genl_family *family,
117 genl_op_fill_in_reject_policy_split(const struct genl_family *family,
127 static const struct genl_family *genl_family_find_byid(unsigned int id)
132 static const struct genl_family *genl_family_find_byname(char *name)
134 const struct genl_family *family;
145 const struct genl_family *family;
154 static void genl_op_from_full(const struct genl_family *family,
167 static int genl_get_cmd_full(u32 cmd, const struct genl_family *family,
181 static void genl_op_from_small(const struct genl_family *family,
198 static int genl_get_cmd_small(u32 cmd, const struct genl_family *family,
214 const struct genl_family *family = iter->family;
241 genl_get_cmd_split(u32 cmd, u8 flag, const struct genl_family *family,
258 const struct genl_family *family,
299 genl_get_cmd(u32 cmd, u8 flags, const struct genl_family *family,
322 genl_get_cmd_both(u32 cmd, const struct genl_family *family,
334 genl_op_iter_init(const struct genl_family *family, struct genl_op_iter *iter)
349 const struct genl_family *family = iter->family;
455 static struct genl_family genl_ctrl;
457 static int genl_validate_assign_mc_groups(struct genl_family *family)
535 static void genl_unregister_mc_groups(const struct genl_family *family)
568 static int genl_validate_ops(const struct genl_family *family)
645 int genl_register_family(struct genl_family *family)
714 int genl_unregister_family(const struct genl_family *family)
750 const struct genl_family *family, int flags, u8 cmd)
780 genl_family_rcv_msg_attrs_parse(const struct genl_family *family,
816 const struct genl_family *family;
907 static int genl_family_rcv_msg_dumpit(const struct genl_family *family,
938 static int genl_family_rcv_msg_doit(const struct genl_family *family,
982 static int genl_header_check(const struct genl_family *family,
1012 static int genl_family_rcv_msg(const struct genl_family *family,
1058 const struct genl_family *family;
1083 static struct genl_family genl_ctrl;
1085 static int ctrl_fill_info(const struct genl_family *family, u32 portid, u32 seq,
1168 static int ctrl_fill_mcgrp_info(const struct genl_family *family,
1212 struct genl_family *rt;
1236 static struct sk_buff *ctrl_build_family_msg(const struct genl_family *family,
1256 ctrl_build_mcgrp_msg(const struct genl_family *family,
1286 const struct genl_family *res = NULL;
1330 static int genl_ctrl_event(int event, const struct genl_family *family,
1373 const struct genl_family *rt;
1393 const struct genl_family *rt;
1657 static struct genl_family genl_ctrl __ro_after_init = {
1672 const struct genl_family *family;
1792 int genlmsg_multicast_allns(const struct genl_family *family,
1804 void genl_notify(const struct genl_family *family, struct sk_buff *skb,