Home
last modified time | relevance | path

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

/net/openvswitch/
A Ddp_notify.c40 list_for_each_entry(dp, &ovs_net->dps, list_node) { in ovs_dp_notify_wq()
A Ddatapath.h171 struct list_head dps; member
A Ddatapath.c1893 list_add_tail_rcu(&dp->list_node, &ovs_net->dps); in ovs_dp_cmd_new()
2063 list_for_each_entry(dp, &ovs_net->dps, list_node) { in ovs_dp_cmd_dump()
2563 list_for_each_entry(dp, &ovs_net->dps, list_node) in ovs_dp_masks_rebalance()
2667 INIT_LIST_HEAD(&ovs_net->dps); in ovs_init_net()
2686 list_for_each_entry(dp, &ovs_net->dps, list_node) { in list_vports_from_net()
2715 list_for_each_entry_safe(dp, dp_next, &ovs_net->dps, list_node) in ovs_exit_net()
/net/sched/
A Dsch_gred.c408 static int gred_change_table_def(struct Qdisc *sch, struct nlattr *dps, in gred_change_table_def() argument
416 if (!dps) in gred_change_table_def()
419 sopt = nla_data(dps); in gred_change_table_def()

Completed in 17 milliseconds