Home
last modified time | relevance | path

Searched refs:nr_opts (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/net/dccp/
Doptions.c402 const u8 nr_opts = DIV_ROUND_UP(buflen, DCCP_SINGLE_OPT_MAXLEN); in dccp_insert_option_ackvec() local
403 u16 len = buflen + 2 * nr_opts; in dccp_insert_option_ackvec()
433 for (i = 0; i < nr_opts; ++i) { in dccp_insert_option_ackvec()
/Linux-v5.4/tools/lib/subcmd/
Dparse-options.c806 int nr_opts = 0, len; in options__order() local
811 ++nr_opts; in options__order()
813 len = sizeof(*o) * (nr_opts + 1); in options__order()
819 qsort(ordered, nr_opts, sizeof(*o), option__cmp); in options__order()