Searched refs:p_send (Results 1 – 1 of 1) sorted by relevance
165 struct packet_state p_read, p_send; member242 active_state->p_send.packets = active_state->p_read.packets = 0; in packet_set_connection()404 &active_state->p_read : &active_state->p_send; in packet_get_state()422 &active_state->p_read : &active_state->p_send; in packet_set_state()714 active_state->p_send.packets++; in packet_send1()715 active_state->p_send.bytes += len + in packet_send1()741 active_state->p_send.packets = active_state->p_send.blocks = 0; in set_newkeys()918 macbuf = mac_compute(mac, active_state->p_send.seqnr, in packet_send2_wrapped()921 DBG(debug("done calc MAC out #%d", active_state->p_send.seqnr)); in packet_send2_wrapped()937 if (++active_state->p_send.seqnr == 0) in packet_send2_wrapped()[all …]