OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:afm
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/altq/
altq_afmap.c
72
static struct
afm
*afm_match4(struct afm_head *, struct flowinfo_in *);
74
static struct
afm
*afm_match6(struct afm_head *, struct flowinfo_in6 *);
118
struct
afm
*
133
struct
afm
*
afm
;
local
149
afm
= malloc(sizeof(struct
afm
), M_DEVBUF, M_WAITOK|M_ZERO);
150
if (
afm
== NULL)
153
afm
->afm_vci = flowmap->af_vci;
154
afm
->afm_vpi = flowmap->af_vpi
174
struct
afm
*
afm
;
local
188
struct
afm
*
afm
;
local
203
struct
afm
*
afm
;
local
232
struct
afm
*
afm
;
local
305
altqdev_decl(
afm
);
variable
[
all
...]
altq_afmap.h
66
struct
afm
{
struct
67
LIST_ENTRY(
afm
) afm_list;
89
LIST_HEAD(,
afm
) afh_head;
93
struct
afm
*afm_top(struct ifnet *);
97
int afm_remove(struct
afm
*);
99
struct
afm
*afm_lookup(struct ifnet *, int, int);
100
struct
afm
*afm_match(struct ifnet *, struct flowinfo *);
altq_conf.c
64
altqdev_decl(
afm
);
variable
110
{"
afm
", afmopen, afmclose, afmioctl}, /* 3 */
/src/etc/
MAKEDEV.tmpl
1757
for dev in altq cbq wfq
afm
fifoq red rio localq hfsc cdnr blue priq jobs
Completed in 19 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026