Home
last modified time | relevance | path

Searched refs:pfctl_altq (Results 1 – 3 of 3) sorted by relevance

/freebsd/sbin/pfctl/
H A Dpfctl_altq.c57 static STAILQ_HEAD(interfaces, pfctl_altq) interfaces = STAILQ_HEAD_INITIALIZER(interfaces);
62 static struct pfctl_altq *pfaltq_lookup(char *ifname);
63 static struct pfctl_altq *qname_to_pfaltq(const char *, const char *);
67 struct pfctl_altq *);
69 static int check_commit_cbq(int, int, struct pfctl_altq *);
76 struct pfctl_altq *);
77 static int check_commit_priq(int, int, struct pfctl_altq *);
81 struct pfctl_altq *, struct pfctl_altq *);
82 static int check_commit_hfsc(int, int, struct pfctl_altq *);
87 struct pfctl_altq *, struct pfctl_altq *);
[all …]
H A DMakefile8 SRCS = pfctl.c parse.y pfctl_parser.c pf_print_state.c pfctl_altq.c
H A Dpfctl_parser.h204 struct pfctl_altq { struct
207 STAILQ_ENTRY(pfctl_altq) link; argument