Home
last modified time | relevance | path

Searched refs:fq_flow_is_detached (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_qdisc_fq.c225 static bool fq_flow_is_detached(struct fq_flow_node *flow) in fq_flow_is_detached() function
349 if (fq_flow_is_detached(flow)) { in BPF_PROG()
656 return fq_flow_is_detached(flow) && in fq_gc_candidate()
/linux/net/sched/
H A Dsch_fq.c179 static bool fq_flow_is_detached(const struct fq_flow *f) in fq_flow_is_detached() function
252 return fq_flow_is_detached(f) && in fq_gc_candidate()
585 if (fq_flow_is_detached(f)) { in fq_enqueue()