Home
last modified time | relevance | path

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

/external/iproute2/devlink/
Ddevlink.c783 uint32_t o_optional) in dl_argv_parse() argument
786 uint32_t o_all = o_required | o_optional; in dl_argv_parse()
957 if ((o_optional & DL_OPT_SB) && !(o_found & DL_OPT_SB)) { in dl_argv_parse()
1094 uint32_t o_required, uint32_t o_optional) in dl_argv_parse_put() argument
1098 err = dl_argv_parse(dl, o_required, o_optional); in dl_argv_parse_put()