Lines Matching refs:hah
273 struct sdp_hah hah; in sdp_cma_handler() local
355 memset(&hah, 0, sizeof hah); in sdp_cma_handler()
356 hah.bsdh.mid = SDP_MID_HELLO_ACK; in sdp_cma_handler()
357 hah.bsdh.bufs = htons(rx_ring_posted(ssk)); in sdp_cma_handler()
358 hah.bsdh.len = htonl(sizeof(struct sdp_hah)); in sdp_cma_handler()
359 hah.majv_minv = SDP_MAJV_MINV; in sdp_cma_handler()
360 hah.ext_max_adverts = 1; /* Doesn't seem to be mandated by spec, in sdp_cma_handler()
362 hah.actrcvsz = htonl(ssk->recv_bytes); in sdp_cma_handler()
364 conn_param.private_data_len = sizeof hah; in sdp_cma_handler()
365 conn_param.private_data = &hah; in sdp_cma_handler()
369 SDP_DUMP_PACKET(sk, "TX", NULL, &hah.bsdh); in sdp_cma_handler()