Lines Matching refs:wimax_gnl_family
118 data = genlmsg_put(report_skb, 0, wimax_gnl_mcg.id, &wimax_gnl_family, in wimax_gnl_re_state_change_alloc()
550 struct genl_family wimax_gnl_family = { variable
574 snprintf(wimax_gnl_family.name, sizeof(wimax_gnl_family.name), in wimax_subsys_init()
576 result = genl_register_family(&wimax_gnl_family); in wimax_subsys_init()
584 result = genl_register_ops(&wimax_gnl_family, in wimax_subsys_init()
596 result = genl_register_mc_group(&wimax_gnl_family, &wimax_gnl_mcg); in wimax_subsys_init()
605 genl_unregister_ops(&wimax_gnl_family, in wimax_subsys_init()
607 genl_unregister_family(&wimax_gnl_family); in wimax_subsys_init()
622 genl_unregister_mc_group(&wimax_gnl_family, &wimax_gnl_mcg); in wimax_subsys_exit()
624 genl_unregister_ops(&wimax_gnl_family, in wimax_subsys_exit()
626 genl_unregister_family(&wimax_gnl_family); in wimax_subsys_exit()