Home
last modified time | relevance | path

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

/external/iproute2/devlink/
Ddevlink.c175 #define DL_OPT_SB_TC BIT(10) macro
885 (o_all & DL_OPT_SB_TC)) { in dl_argv_parse()
890 o_found |= DL_OPT_SB_TC; in dl_argv_parse()
998 if ((o_required & DL_OPT_SB_TC) && !(o_found & DL_OPT_SB_TC)) { in dl_argv_parse()
1073 if (opts->present & DL_OPT_SB_TC) in dl_opts_put()
2087 err = dl_argv_parse_put(nlh, dl, DL_OPT_HANDLEP | DL_OPT_SB_TC | in cmd_sb_tc_bind_show()
2107 err = dl_argv_parse_put(nlh, dl, DL_OPT_HANDLEP | DL_OPT_SB_TC | in cmd_sb_tc_bind_set()