Home
last modified time | relevance | path

Searched defs:wsum (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_wf2q.c94 uint32_t wsum; /* sum of weights */ member
H A Ddn_sched_qfq.c239 uint32_t wsum; /* weight sum */ member
/freebsd/sys/netpfil/ipfw/test/
H A Dmain.c37 int wsum; /* sum of weights of all flows */ member
320 int n_flows = 0, n_fs = 0, wsum = 0; in parse_flowsets() local