Lines Matching defs:age
79 u64 age;
213 /* flow->age is used to denote the state of the flow (not-detached, detached, throttled)
222 flow->age = bpf_jiffies64();
227 return flow->age != 0 && flow->age != ~0ULL;
249 flow->age = 1,
353 if ((s64)(jiffies - (flow_copy->age + q.flow_refill_delay)) > 0) {
357 flow_copy->age = 0;
421 flow->age = 0;
429 flow->age = ~0ULL;
657 ((s64)(jiffies - (flow->age + FQ_GC_AGE)) > 0);