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

/net/openvswitch/
H A Ddp_notify.c54 list_for_each_entry(dp, &ovs_net->dps, list_node) {
H A Ddatapath.h59 * @list_node: Element in global 'dps' list.
116 * @dps: List of datapaths to enable dumping them all out.
120 struct list_head dps; member in struct:ovs_net
H A Ddatapath.c1432 list_add_tail(&dp->list_node, &ovs_net->dps);
1576 list_for_each_entry(dp, &ovs_net->dps, list_node) {
2047 list_for_each_entry(dp, &ovs_net->dps, list_node) {
2067 INIT_LIST_HEAD(&ovs_net->dps);
2078 list_for_each_entry_safe(dp, dp_next, &ovs_net->dps, list_node)
/net/sched/
H A Dsch_gred.c335 static inline int gred_change_table_def(struct Qdisc *sch, struct nlattr *dps) argument
341 if (dps == NULL)
344 sopt = nla_data(dps);

Completed in 56 milliseconds