The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/altq/files.altq

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 #       $NetBSD: files.altq,v 1.8 2014/11/17 06:04:01 uebayasi Exp $
    2 
    3 defflag opt_altq_enabled.h      ALTQ
    4 defflag opt_altq.h              ALTQ_AFMAP ALTQ_BLUE ALTQ_CBQ ALTQ_CDNR
    5                                 ALTQ_DEBUG ALTQ_FIFOQ ALTQ_FLOWVALVE ALTQ_HFSC
    6                                 ALTQ_IPSEC ALTQ_LOCALQ ALTQ_RED ALTQ_RIO
    7                                 ALTQ_PRIQ ALTQ_JOBS
    8                                 ALTQ_WFQ ADJUST_CUTOFF
    9                                 BORROW_OFFTIME CBQ_TRACE
   10                                 FIFOQ_STATS FV_STATS
   11                                 RED_STATS RIO_STATS WFQ_DEBUG
   12 
   13 # Always enabled if ALTQ_BLUE defined
   14 # defflag opt_altq.h            BLUE_STATS
   15 
   16 define  altq
   17 file    altq/altq_conf.c        altq
   18 file    altq/altq_afmap.c       altq
   19 file    altq/altq_blue.c        altq
   20 file    altq/altq_cbq.c         altq
   21 file    altq/altq_cdnr.c        altq
   22 file    altq/altq_fifoq.c       altq
   23 file    altq/altq_hfsc.c        altq
   24 file    altq/altq_jobs.c        altq
   25 file    altq/altq_localq.c      altq
   26 file    altq/altq_priq.c        altq
   27 file    altq/altq_red.c         altq
   28 file    altq/altq_rio.c         altq
   29 file    altq/altq_rmclass.c     altq
   30 file    altq/altq_subr.c        altq
   31 file    altq/altq_wfq.c         altq

Cache object: 753044617572b47eb22e76f86b000ae8


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.