Home
last modified time | relevance | path

Searched refs:dccp_ackvec_buflen (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/net/dccp/
Dackvec.h111 u16 dccp_ackvec_buflen(const struct dccp_ackvec *av);
Dackvec.c117 u16 dccp_ackvec_buflen(const struct dccp_ackvec *av) in dccp_ackvec_buflen() function
227 if (num_cells + dccp_ackvec_buflen(av) >= DCCPAV_MAX_ACKVEC_LEN) { in dccp_ackvec_add_new()
Doptions.c401 const u16 buflen = dccp_ackvec_buflen(av); in dccp_insert_option_ackvec()