OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sfilt
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/altq/libaltq/
parser.c
558
struct flow_filter
sfilt
;
local
565
memset(&
sfilt
, 0, sizeof(
sfilt
));
566
sfilt
.ff_flow.fi_family = AF_INET;
586
sfilt
.ff_ruleno = ruleno;
589
if (!get_addr(&cp, &
sfilt
.ff_flow.fi_dst, &
sfilt
.ff_mask.mask_dst)) {
599
if (!get_port(w, &
sfilt
.ff_flow.fi_dport)) {
605
if (!get_addr(&cp, &
sfilt
.ff_flow.fi_src, &
sfilt
.ff_mask.mask_src))
680
struct flow_filter6
sfilt
;
local
[
all
...]
qop_cbq.c
433
struct flow_filter
sfilt
;
local
443
memset(&
sfilt
, 0, sizeof(
sfilt
));
444
sfilt
.ff_flow.fi_family = AF_INET;
445
sfilt
.ff_flow.fi_proto = ctl_protos[i];
448
error = qcmd_add_filter(ifname, clname, NULL, &
sfilt
);
Completed in 23 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026