Searched refs:wimax_gnl_family (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/net/wimax/ |
D | stack.c | 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() [all …]
|
D | wimax-internal.h | 87 extern struct genl_family wimax_gnl_family;
|
D | op-msg.c | 137 genl_msg = genlmsg_put(skb, 0, 0, &wimax_gnl_family, in wimax_msg_alloc()
|