Home
last modified time | relevance | path

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

/linux/tools/lib/subcmd/
H A Dparse-options.c811 int nr_opts = 0, nr_group = 0, nr_parent = 0, len; in options__order() local
818 ++nr_opts; in options__order()
824 len = sizeof(*o) * (nr_opts + !o->parent); in options__order()
829 memcpy(&ordered[nr_parent], p, sizeof(*o) * (nr_opts - nr_parent)); in options__order()
831 nr_parent = nr_opts; in options__order()
834 memcpy(&ordered[nr_opts], o, sizeof(*o)); in options__order()
/linux/net/dccp/
H A Doptions.c403 const u8 nr_opts = DIV_ROUND_UP(buflen, DCCP_SINGLE_OPT_MAXLEN); in dccp_insert_option_ackvec() local
404 u16 len = buflen + 2 * nr_opts; in dccp_insert_option_ackvec()
434 for (i = 0; i < nr_opts; ++i) { in dccp_insert_option_ackvec()