OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALTQ
(Results
1 - 22
of
22
) sorted by relevancy
/src/sys/altq/
altqconf.h
11
#ifdef
ALTQ
altq_rmclass.c
72
#include <
altq
/
altq
.h>
73
#include <
altq
/altq_rmclass.h>
74
#include <
altq
/altq_rmclass_debug.h>
75
#include <
altq
/altq_red.h>
76
#include <
altq
/altq_rio.h>
256
#if 1 /* minidle is also scaled in
ALTQ
*/
266
#if 1 /* offtime is also scaled in
ALTQ
*/
368
#if 1 /* minidle is also scaled in
ALTQ
*/
378
#if 1 /* offtime is also scaled in
ALTQ
*/
[
all
...]
/src/sys/rump/include/opt/
opt_rumpkernel.h
37
#define
ALTQ
/src/sys/rump/net/lib/libaltq/
Makefile
5
.PATH: ${.CURDIR}/../../../../
altq
8
COMMENT=
ALTQ
support
/src/sys/net/
if_loop.c
133
#ifdef
ALTQ
190
#ifdef
ALTQ
271
#ifdef
ALTQ
273
*
ALTQ
on the loopback interface is just for debugging. It's
295
#endif /*
ALTQ
*/
378
#ifdef
ALTQ
435
#endif /*
ALTQ
*/
if_tun.c
86
#ifdef
ALTQ
292
#ifdef
ALTQ
997
#ifdef
ALTQ
1000
* when the interface queue is rate-limited by
ALTQ
or TBR,
1022
#endif /*
ALTQ
*/
if_ppp.c
174
#ifdef
ALTQ
317
#ifdef
ALTQ
1803
#ifdef
ALTQ
1805
* A wrapper to transmit a packet from if_start since
ALTQ
uses
if_wg.c
796
#ifdef
ALTQ
3864
#ifdef
ALTQ
4099
#ifdef
ALTQ
4106
#ifdef
ALTQ
4347
#ifdef
ALTQ
4348
bool
altq
= atomic_load_relaxed(&ifp->if_snd.altq_flags)
local in function:wg_output
4350
if (
altq
)
4370
#ifdef
ALTQ
4371
if (
altq
) {
4398
#ifdef
ALTQ
[
all
...]
if_ethersubr.c
487
#ifdef
ALTQ
490
* If
ALTQ
is enabled on the parent interface, do
507
#ifdef
ALTQ
510
* if the Ethernet headers are present. It will go away when
ALTQ
's
607
#endif /*
ALTQ
*/
ppp_tty.c
750
#ifdef
ALTQ
752
* if
ALTQ
is enabled, don't invoke NETISR_PPP.
if.h
101
* Always include
ALTQ
glue here -- we use the
ALTQ
interface queue
102
* structure even when
ALTQ
is not configured into the kernel so that
104
*
ALTQ
queue structure is API-compatible with the legacy ifqueue.
106
#include <
altq
/if_altq.h>
345
struct ifaltq if_snd; /* q: output queue (includes
altq
) */
980
#ifdef
ALTQ
1052
#else /* !
ALTQ
*/
1093
#endif /*
ALTQ
*/
1290
#endif /* _KERNEL */ /* XXX really
ALTQ
? *
[
all
...]
if.c
744
#ifdef
ALTQ
1391
#ifdef
ALTQ
3814
#ifdef
ALTQ
3824
#else /* !
ALTQ
*/
3827
#endif /* !
ALTQ
*/
3852
#ifdef
ALTQ
if_vlan.c
1276
#ifdef
ALTQ
1278
* KERNEL_LOCK is required for
ALTQ
even if NET_MPSAFE is
1283
* If
ALTQ
is enabled on the parent interface, do
1295
#endif /*
ALTQ
*/
if_bridge.c
1507
#ifdef
ALTQ
1510
* If
ALTQ
is enabled on the member interface, do
1520
#endif /*
ALTQ
*/
/src/sys/netinet/
in_l2tp.c
60
#ifdef
ALTQ
61
#include <
altq
/
altq
.h>
124
/* TODO: support
ALTQ
for inner frame */
125
#ifdef
ALTQ
ip_input.c
621
#ifdef
ALTQ
622
/* XXX Temporary until
ALTQ
is changed to use a pfil hook */
/src/sys/netinet6/
in6_l2tp.c
64
#ifdef
ALTQ
65
#include <
altq
/
altq
.h>
127
/* TODO: support
ALTQ
for inner frame */
128
#ifdef
ALTQ
ip6_input.c
369
#ifdef
ALTQ
/src/sys/dist/pf/net/
pf_ioctl.c
106
#ifdef
ALTQ
107
#include <
altq
/
altq
.h>
126
#ifdef
ALTQ
132
#endif /*
ALTQ
*/
152
#ifdef
ALTQ
387
#ifdef
ALTQ
390
#endif /*
ALTQ
*/
569
#ifdef
ALTQ
734
#ifdef
ALTQ
756
struct pf_
altq
*
altq
;
local in function:pf_begin_altq
779
struct pf_
altq
*
altq
;
local in function:pf_rollback_altq
802
struct pf_
altq
*
altq
;
local in function:pf_commit_altq
2228
struct pf_
altq
*
altq
;
local in function:pfioctl
2245
struct pf_
altq
*
altq
;
local in function:pfioctl
2263
struct pf_
altq
*
altq
, *a;
local in function:pfioctl
2308
struct pf_
altq
*
altq
;
local in function:pfioctl
2319
struct pf_
altq
*
altq
;
local in function:pfioctl
2347
struct pf_
altq
*
altq
;
local in function:pfioctl
[
all
...]
pf.c
1714
#ifdef
ALTQ
1735
#endif /*
ALTQ
*/
1879
#ifdef
ALTQ
1900
#endif /*
ALTQ
*/
5724
#if defined(
ALTQ
)
5816
#if defined(
ALTQ
) && defined(__NetBSD__)
5929
#ifdef
ALTQ
5956
#endif /*
ALTQ
*/
6356
#ifdef
ALTQ
6383
#endif /*
ALTQ
*/
[
all
...]
/src/dist/pf/sbin/pfctl/
parse.y
41
#include <
altq
/
altq
.h>
42
#include <
altq
/altq_cbq.h>
43
#include <
altq
/altq_priq.h>
44
#include <
altq
/altq_hfsc.h>
420
%token
ALTQ
CBQ PRIQ HFSC BANDWIDTH TBRSIZE LINKSHARE REALTIME UPPERLIMIT
1293
altqif :
ALTQ
interface queue_opts QUEUE qassign {
4415
yyerror("
altq
on ! <interface> is not supported");
4425
print_altq(&pf->paltq->
altq
, 0,
4613
print_queue(&pf->paltq->
altq
, 0
[
all
...]
/src/sys/net80211/
ieee80211_input.c
902
#ifdef
ALTQ
Completed in 62 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025