Home
last modified time | relevance | path

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

/linux-2.6.39/net/wimax/
Dop-msg.c127 void *genl_msg; in wimax_msg_alloc() local
137 genl_msg = genlmsg_put(skb, 0, 0, &wimax_gnl_family, in wimax_msg_alloc()
139 if (genl_msg == NULL) { in wimax_msg_alloc()
163 genlmsg_end(skb, genl_msg); in wimax_msg_alloc()