Home
last modified time | relevance | path

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

/external/iproute2/devlink/
Ddevlink.c171 #define DL_OPT_SB_SIZE BIT(6) macro
846 (o_all & DL_OPT_SB_SIZE)) { in dl_argv_parse()
851 o_found |= DL_OPT_SB_SIZE; in dl_argv_parse()
978 if ((o_required & DL_OPT_SB_SIZE) && !(o_found & DL_OPT_SB_SIZE)) { in dl_argv_parse()
1061 if (opts->present & DL_OPT_SB_SIZE) in dl_opts_put()
1921 DL_OPT_SB_SIZE | DL_OPT_SB_THTYPE, DL_OPT_SB); in cmd_sb_pool_set()