Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_gred.c412 struct tc_gred_sopt *sopt; in gred_change_table_def() local
419 sopt = nla_data(dps); in gred_change_table_def()
421 if (sopt->DPs > MAX_DPs) { in gred_change_table_def()
425 if (sopt->DPs == 0) { in gred_change_table_def()
430 if (sopt->def_DP >= sopt->DPs) { in gred_change_table_def()
434 if (sopt->flags && gred_per_vq_red_flags_used(table)) { in gred_change_table_def()
440 table->DPs = sopt->DPs; in gred_change_table_def()
441 table->def = sopt->def_DP; in gred_change_table_def()
442 red_flags_changed = table->red_flags != sopt->flags; in gred_change_table_def()
443 table->red_flags = sopt->flags; in gred_change_table_def()
[all …]
/linux/tools/lib/subcmd/
H A Dparse-options.h239 void set_option_flag(struct option *opts, int sopt, const char *lopt, int flag);
/linux/net/ipv4/
H A Dip_output.c1604 const struct ip_options *sopt, in ip_send_unicast_reply() argument
1618 if (__ip_options_echo(net, &replyopts.opt.opt, skb, sopt)) in ip_send_unicast_reply()