HomeSort by: relevance | last modified time | path
    Searched defs:hash_policy (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/altq/libaltq/
qop_wfq.h 33 int hash_policy; /* hash policy */ member in struct:wfq_ifinfo
39 int qcmd_wfq_add_if(const char *ifname, u_int bandwidth, int hash_policy,
42 int hash_policy, int nqueues, int qsize);
qop_wfq.c 88 int hash_policy = 0; /* 0: use default */ local in function:wfq_interface_parser
116 hash_policy = WFQ_HASH_DSTADDR;
118 hash_policy = WFQ_HASH_FULL;
120 hash_policy = WFQ_HASH_SRCPORT;
122 hash_policy = WFQ_HASH_SRCADDR;
147 hash_policy, nqueues, qsize) != 0)
156 qcmd_wfq_add_if(const char *ifname, u_int bandwidth, int hash_policy,
162 hash_policy, nqueues, qsize);
174 int hash_policy, int nqueues, int qsize)
182 wfq_ifinfo->hash_policy = hash_policy
    [all...]
  /src/sys/altq/
altq_wfq.h 75 int hash_policy; /* hash policy */ member in struct:wfq_conf

Completed in 33 milliseconds