• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/bsd/netinet/

Lines Matching defs:all

18  * The Original Code and all software distributed under the License are
132 * ready_heap contains all dn_flow_queue related to fixed-rate pipes.
148 static struct dn_pipe *all_pipes = NULL ; /* list of all pipes */
149 static struct dn_flow_set *all_flow_sets = NULL ;/* list of all flow_sets */
451 * In all cases, we make sure that the data structures are consistent
697 * now compute V = max(V, min(S_i)). Remember that all elements in sch
779 /* make all time measurements in milliseconds (ms) -
1181 /* make all time measurements in milliseconds (ms) -
1319 * Note that for all flows in scheduler_heap (SCH), S_i <= V,
1320 * and for all flows in not_eligible_heap (NEH), S_i > V .
1378 * Dispose all packets and flow_queues on a flow_set.
1379 * If all=1, also remove red lookup table and other storage,
1384 purge_flow_set(struct dn_flow_set *fs, int all)
1406 if (all) {
1419 * Dispose all packets queued on a pipe (not a flow_set).
1420 * Also free all resources associated to a pipe, which is about
1442 * Delete all pipes and heaps returning memory. Must also
1443 * remove references from all ipfw rules to all pipes.
1453 /* remove all references to pipes ...*/
1466 * Now purge all queued pkts and delete all pipes
1468 /* scan and purge all flow_sets. */
1501 * when a firewall rule is deleted, scan all queues and remove the flow-id
1679 /* Flush accumulated credit for all queues */
1800 * drain all queues. Called in case of severe mbuf shortage.
1814 /* remove all references to this pipe from flow_sets */
1861 /* remove all references to this pipe from flow_sets */
1870 purge_pipe(b); /* remove all data associated to this pipe */