Home
last modified time | relevance | path

Searched refs:wimax_gnl_family (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/wimax/
Dstack.c120 data = genlmsg_put(report_skb, 0, wimax_gnl_family.mcgrp_offset, in wimax_gnl_re_state_change_alloc()
121 &wimax_gnl_family, 0, WIMAX_GNL_RE_STATE_CHANGE); in wimax_gnl_re_state_change_alloc()
181 genlmsg_multicast(&wimax_gnl_family, report_skb, 0, 0, GFP_KERNEL); in wimax_gnl_re_state_change_send()
575 struct genl_family wimax_gnl_family = { variable
599 snprintf(wimax_gnl_family.name, sizeof(wimax_gnl_family.name), in wimax_subsys_init()
601 result = genl_register_family_with_ops_groups(&wimax_gnl_family, in wimax_subsys_init()
625 genl_unregister_family(&wimax_gnl_family); in wimax_subsys_exit()
Dwimax-internal.h94 extern struct genl_family wimax_gnl_family;
Dop-msg.c138 genl_msg = genlmsg_put(skb, 0, 0, &wimax_gnl_family, in wimax_msg_alloc()
282 genlmsg_multicast(&wimax_gnl_family, skb, 0, 0, GFP_KERNEL); in wimax_msg_send()