#include "dccp.h"
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/export.h>
Go to the source code of this file.
dccp_ackvec_clear_state - Perform house-keeping / garbage-collection This routine is called when the peer acknowledges the receipt of Ack Vectors up to and including . While based on on section A.3 of RFC 4340, here are additional precautions to prevent corrupted buffer state. In particular, we use tail_ackno to identify outdated records; it always marks the earliest packet of group (2) in 11.4.2.
Definition at line 285 of file ackvec.c.
dccp_ackvec_input - Register incoming packet in the buffer
Definition at line 249 of file ackvec.c.
dccp_ackvec_update_records - Record information about sent Ack Vectors : Ack Vector records to update : Sequence number of the packet carrying the Ack Vector just sent : The sum of all buffer nonces contained in the Ack Vector
Definition at line 54 of file ackvec.c.