Lines Matching refs:sopt
405 struct tc_gred_sopt *sopt; in gred_change_table_def() local
412 sopt = nla_data(dps); in gred_change_table_def()
414 if (sopt->DPs > MAX_DPs) { in gred_change_table_def()
418 if (sopt->DPs == 0) { in gred_change_table_def()
423 if (sopt->def_DP >= sopt->DPs) { in gred_change_table_def()
427 if (sopt->flags && gred_per_vq_red_flags_used(table)) { in gred_change_table_def()
433 table->DPs = sopt->DPs; in gred_change_table_def()
434 table->def = sopt->def_DP; in gred_change_table_def()
435 red_flags_changed = table->red_flags != sopt->flags; in gred_change_table_def()
436 table->red_flags = sopt->flags; in gred_change_table_def()
445 if (sopt->grio) { in gred_change_table_def()
763 struct tc_gred_sopt sopt = { in gred_dump() local
776 if (nla_put(skb, TCA_GRED_DPS, sizeof(sopt), &sopt)) in gred_dump()