Lines Matching refs:nl_msg
116 static int response_handler(struct nl_msg *msg, void *arg) in response_handler()
127 static int ack_handler(struct nl_msg *msg, void *arg) in ack_handler()
136 static int finish_handler(struct nl_msg *msg, void *arg) in finish_handler()
157 static int no_seq_check(struct nl_msg *msg, void *arg) in no_seq_check()
196 static int family_handler(struct nl_msg *msg, void *arg) in family_handler()
231 struct nl_msg *nlmsg = nlmsg_alloc(); in get_multicast_id()
298 struct nl_msg *cld80211_msg_alloc(struct cld80211_ctx *ctx, int cmd, in cld80211_msg_alloc()
301 struct nl_msg *nlmsg; in cld80211_msg_alloc()
330 int cld80211_send_msg(struct cld80211_ctx *ctx, struct nl_msg *nlmsg) in cld80211_send_msg()
349 int cld80211_send_recv_msg(struct cld80211_ctx *ctx, struct nl_msg *nlmsg, in cld80211_send_recv_msg()
350 int (*valid_handler)(struct nl_msg *, void *), in cld80211_send_recv_msg() argument
396 int (*valid_handler)(struct nl_msg *, void *), in cld80211_recv() argument