Home
last modified time | relevance | path

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

/external/iproute2/devlink/
Ddevlink.c168 #define DL_OPT_PORT_COUNT BIT(3) macro
825 (o_all & DL_OPT_PORT_COUNT)) { in dl_argv_parse()
830 o_found |= DL_OPT_PORT_COUNT; in dl_argv_parse()
967 if ((o_required & DL_OPT_PORT_COUNT) && in dl_argv_parse()
968 !(o_found & DL_OPT_PORT_COUNT)) { in dl_argv_parse()
1052 if (opts->present & DL_OPT_PORT_COUNT) in dl_opts_put()
1714 err = dl_argv_parse_put(nlh, dl, DL_OPT_HANDLEP | DL_OPT_PORT_COUNT, 0); in cmd_port_split()