Lines Matching defs:set
31 * set-associative hash function.
104 * @dropping: set if in dropping state
105 * @ecn_marked: set if marked
135 u8 set;
152 u32 tags[CAKE_QUEUES]; /* for set association */
660 /* If both overrides are set, or we can use the SKB hash and nat mode is
740 /* set-associative hashing */
743 q->flows[reduced_hash].set)) {
752 /* check if any active queue in the set is reserved for
761 if (!q->flows[outer_hash + k].set) {
776 if (!q->flows[outer_hash + k].set) {
788 if (q->flows[outer_hash + k].set == CAKE_SET_BULK) {
817 if (q->flows[reduced_hash].set == CAKE_SET_BULK)
840 if (q->flows[reduced_hash].set == CAKE_SET_BULK)
1088 * ACK must be set
1135 case TCPOPT_MSS: /* these should only be set on SYN */
1180 /* the 'triggering' packet need only have the ACK flag set.
1181 * also check that SYN is not set, as there won't be any previous ACKs.
1854 if (!flow->set || flow->set == CAKE_SET_DECAYING) {
1859 if (!flow->set) {
1865 flow->set = CAKE_SET_SPARSE;
1876 } else if (flow->set == CAKE_SET_SPARSE_WAIT) {
1883 flow->set = CAKE_SET_BULK;
2066 if (flow->set == CAKE_SET_SPARSE) {
2077 flow->set = CAKE_SET_BULK;
2083 flow->set = CAKE_SET_SPARSE_WAIT;
2120 if (flow->set == CAKE_SET_BULK) {
2130 } else if (flow->set == CAKE_SET_SPARSE ||
2131 flow->set == CAKE_SET_SPARSE_WAIT) {
2135 flow->set = CAKE_SET_DECAYING;
2139 if (flow->set == CAKE_SET_SPARSE ||
2140 flow->set == CAKE_SET_SPARSE_WAIT)
2142 else if (flow->set == CAKE_SET_BULK) {
2154 flow->set = CAKE_SET_NONE;