Searched defs:dps (Results 1 - 2 of 2) sorted by relevance

/net/openvswitch/
H A Ddatapath.h64 * @list_node: Element in global 'dps' list.
129 * @dps: List of datapaths to enable dumping them all out.
133 struct list_head dps; member in struct:ovs_net
/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 736 milliseconds