Searched refs:bsdh (Results 1 – 2 of 2) sorted by relevance
155 SDP_DUMP_PACKET(sk, "RX", NULL, &h->bsdh); in sdp_connect_handler()178 ssk->max_bufs = ntohs(h->bsdh.bufs); in sdp_connect_handler()209 SDP_DUMP_PACKET(sk, "RX", NULL, &h->bsdh); in sdp_response_handler()210 ssk->max_bufs = ntohs(h->bsdh.bufs); in sdp_response_handler()321 hh.bsdh.mid = SDP_MID_HELLO; in sdp_cma_handler()322 hh.bsdh.len = htonl(sizeof(struct sdp_hh)); in sdp_cma_handler()327 hh.bsdh.bufs = htons(rx_ring_posted(sdp_sk(sk))); in sdp_cma_handler()338 SDP_DUMP_PACKET(NULL, "TX", NULL, &hh.bsdh); 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()[all …]
54 struct sdp_bsdh bsdh; member69 struct sdp_bsdh bsdh; member