Lines Matching refs:cn_msg
135 void drbd_nl_send_reply(struct cn_msg *, int);
2222 static void drbd_connector_callback(struct cn_msg *req, struct netlink_skb_parms *nsp) in drbd_connector_callback()
2226 struct cn_msg *cn_reply; in drbd_connector_callback()
2230 int reply_size = sizeof(struct cn_msg) in drbd_connector_callback()
2354 char buffer[sizeof(struct cn_msg)+ in drbd_bcast_state()
2358 struct cn_msg *cn_reply = (struct cn_msg *) buffer; in drbd_bcast_state()
2387 char buffer[sizeof(struct cn_msg)+ in drbd_bcast_ev_helper()
2391 struct cn_msg *cn_reply = (struct cn_msg *) buffer; in drbd_bcast_ev_helper()
2422 struct cn_msg *cn_reply; in drbd_bcast_ee()
2440 sizeof(struct cn_msg)+ in drbd_bcast_ee()
2498 char buffer[sizeof(struct cn_msg)+ in drbd_bcast_sync_progress()
2502 struct cn_msg *cn_reply = (struct cn_msg *) buffer; in drbd_bcast_sync_progress()
2566 void drbd_nl_send_reply(struct cn_msg *req, int ret_code) in drbd_nl_send_reply()
2568 char buffer[sizeof(struct cn_msg)+sizeof(struct drbd_nl_cfg_reply)]; in drbd_nl_send_reply()
2569 struct cn_msg *cn_reply = (struct cn_msg *) buffer; in drbd_nl_send_reply()