Home
last modified time | relevance | path

Searched refs:flows (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/include/net/
Dfq_impl.h123 flow = &fq->flows[idx]; in fq_flow_classify()
132 tin->flows++; in fq_flow_classify()
315 fq->flows = kvcalloc(fq->flows_cnt, sizeof(fq->flows[0]), GFP_KERNEL); in fq_init()
316 if (!fq->flows) in fq_init()
320 fq_flow_init(&fq->flows[i]); in fq_init()
331 fq_flow_reset(fq, &fq->flows[i], free_func); in fq_reset()
333 kvfree(fq->flows); in fq_reset()
334 fq->flows = NULL; in fq_reset()
Dfq.h55 u32 flows; member
69 struct fq_flow *flows; member
Dcfg80211.h1207 u32 flows; member
/linux-4.19.296/include/uapi/linux/
Dpkt_sched.h217 unsigned flows; /* Maximal number of flows */ member
883 __u32 flows; member
/linux-4.19.296/include/rdma/
Dib_verbs.h2094 union ib_flow_spec flows[]; member
/linux-4.19.296/include/linux/
Dnetdevice.h668 struct rps_dev_flow flows[0]; member