Searched defs:flows (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/net/sched/ | ||
H A D | sch_atm.c | 63 struct list_head flows; /* NB: "link" is also on this member in struct:atm_qdisc_data |
H A D | sch_fq_codel.c | 56 struct fq_codel_flow *flows; /* Flows table [flows_cnt] */ member in struct:fq_codel_sched_data |
H A D | sch_fq.c | 101 u32 flows; member in struct:fq_sched_data |
/linux-4.1.27/drivers/net/ | ||
H A D | tun.c | 200 struct hlist_head flows[TUN_NUM_FLOW_ENTRIES]; member in struct:tun_struct |
/linux-4.1.27/net/core/ | ||
H A D | pktgen.c | 381 struct flow_state *flows; member in struct:pktgen_dev |
/linux-4.1.27/include/uapi/linux/ | ||
H A D | pkt_sched.h | 195 unsigned flows; /* Maximal number of flows */ member in struct:tc_sfq_qopt 793 __u32 flows; member in struct:tc_fq_qd_stats |
/linux-4.1.27/include/linux/ | ||
H A D | netdevice.h | 639 struct rps_dev_flow flows[0]; member in struct:rps_dev_flow_table |
Completed in 758 milliseconds