Lines Matching refs:hb_info
11290 hb->heartbeat.hb_info.ph.param_type = htons(SCTP_HEARTBEAT_INFO); in sctp_send_hb()
11291 hb->heartbeat.hb_info.ph.param_length = htons(sizeof(struct sctp_heartbeat_info_param)); in sctp_send_hb()
11292 hb->heartbeat.hb_info.time_value_1 = now.tv_sec; in sctp_send_hb()
11293 hb->heartbeat.hb_info.time_value_2 = now.tv_usec; in sctp_send_hb()
11295 hb->heartbeat.hb_info.addr_family = net->ro._l_addr.sa.sa_family; in sctp_send_hb()
11296 hb->heartbeat.hb_info.addr_len = net->ro._l_addr.sa.sa_len; in sctp_send_hb()
11302 …net->heartbeat_random1 = hb->heartbeat.hb_info.random_value1 = sctp_select_initial_TSN(&stcb->sctp… in sctp_send_hb()
11303 …net->heartbeat_random2 = hb->heartbeat.hb_info.random_value2 = sctp_select_initial_TSN(&stcb->sctp… in sctp_send_hb()
11305 net->heartbeat_random1 = hb->heartbeat.hb_info.random_value1 = 0; in sctp_send_hb()
11306 net->heartbeat_random2 = hb->heartbeat.hb_info.random_value2 = 0; in sctp_send_hb()
11311 memcpy(hb->heartbeat.hb_info.address, in sctp_send_hb()
11318 memcpy(hb->heartbeat.hb_info.address, in sctp_send_hb()