Home
last modified time | relevance | path

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

/external/iproute2/devlink/
Ddevlink.c169 #define DL_OPT_SB BIT(4) macro
832 (o_all & DL_OPT_SB)) { in dl_argv_parse()
837 o_found |= DL_OPT_SB; in dl_argv_parse()
957 if ((o_optional & DL_OPT_SB) && !(o_found & DL_OPT_SB)) { in dl_argv_parse()
959 opts->present |= DL_OPT_SB; in dl_argv_parse()
1055 if (opts->present & DL_OPT_SB) in dl_opts_put()
1133 if (opts->present & DL_OPT_SB && attr_sb_index) { in dl_dump_filter()
1827 err = dl_argv_parse_put(nlh, dl, DL_OPT_HANDLE, DL_OPT_SB); in cmd_sb_show()
1901 DL_OPT_SB); in cmd_sb_pool_show()
1921 DL_OPT_SB_SIZE | DL_OPT_SB_THTYPE, DL_OPT_SB); in cmd_sb_pool_set()
[all …]