Home
last modified time | relevance | path

Searched refs:av_records (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/dccp/
H A Dackvec.c23 INIT_LIST_HEAD(&av->av_records); in dccp_ackvec_alloc()
32 list_for_each_entry_safe(cur, next, &av->av_records, avr_node) in dccp_ackvec_purge_records()
34 INIT_LIST_HEAD(&av->av_records); in dccp_ackvec_purge_records()
76 list_add(&avr->avr_node, &av->av_records); in dccp_ackvec_update_records()
288 avr = dccp_ackvec_lookup(&av->av_records, ackno); in dccp_ackvec_clear_state()
338 list_for_each_entry_safe_from(avr, next, &av->av_records, avr_node) { in dccp_ackvec_clear_state()
H A Dackvec.h65 * @av_records: list of %dccp_ackvec_record (Ack Vectors sent previously)
75 struct list_head av_records; member
84 * @avr_node: the list node in @av_records
/kernel/linux/linux-6.6/net/dccp/
H A Dackvec.c23 INIT_LIST_HEAD(&av->av_records); in dccp_ackvec_alloc()
32 list_for_each_entry_safe(cur, next, &av->av_records, avr_node) in dccp_ackvec_purge_records()
34 INIT_LIST_HEAD(&av->av_records); in dccp_ackvec_purge_records()
76 list_add(&avr->avr_node, &av->av_records); in dccp_ackvec_update_records()
293 avr = dccp_ackvec_lookup(&av->av_records, ackno); in dccp_ackvec_clear_state()
343 list_for_each_entry_safe_from(avr, next, &av->av_records, avr_node) { in dccp_ackvec_clear_state()
H A Dackvec.h65 * @av_records: list of %dccp_ackvec_record (Ack Vectors sent previously)
75 struct list_head av_records; member
84 * @avr_node: the list node in @av_records

Completed in 3 milliseconds