Searched refs:p_send (Results 1 – 1 of 1) sorted by relevance
166 struct packet_state p_read, p_send; member238 active_state->p_send.packets = active_state->p_read.packets = 0; in packet_set_connection()400 &active_state->p_read : &active_state->p_send; in packet_get_state()418 &active_state->p_read : &active_state->p_send; in packet_set_state()720 active_state->p_send.packets++; in packet_send1()721 active_state->p_send.bytes += len + in packet_send1()747 active_state->p_send.packets = active_state->p_send.blocks = 0; in set_newkeys()930 macbuf = mac_compute(mac, active_state->p_send.seqnr, in packet_send2_wrapped()933 DBG(debug("done calc MAC out #%d", active_state->p_send.seqnr)); in packet_send2_wrapped()949 if (++active_state->p_send.seqnr == 0) in packet_send2_wrapped()[all …]