OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:front6
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/altq/libaltq/
qop.c
1169
struct flow_filter6 *
front6
, *back6;
local in function:filt_disjoint
1172
front6
= (struct flow_filter6 *)front;
1175
if (
front6
->ff_flow6.fi6_proto != 0 &&
1177
front6
->ff_flow6.fi6_proto != back6->ff_flow6.fi6_proto)
1179
if (
front6
->ff_flow6.fi6_flowlabel != 0 &&
1181
front6
->ff_flow6.fi6_flowlabel !=
1184
if (
front6
->ff_flow6.fi6_sport != 0 &&
1186
front6
->ff_flow6.fi6_sport != back6->ff_flow6.fi6_sport)
1188
if (
front6
->ff_flow6.fi6_dport != 0 &&
1190
front6
->ff_flow6.fi6_dport != back6->ff_flow6.fi6_dport
1288
struct flow_filter6 *
front6
, *back6;
local in function:filt_subset
[
all
...]
qop.c
1169
struct flow_filter6 *
front6
, *back6;
local in function:filt_disjoint
1172
front6
= (struct flow_filter6 *)front;
1175
if (
front6
->ff_flow6.fi6_proto != 0 &&
1177
front6
->ff_flow6.fi6_proto != back6->ff_flow6.fi6_proto)
1179
if (
front6
->ff_flow6.fi6_flowlabel != 0 &&
1181
front6
->ff_flow6.fi6_flowlabel !=
1184
if (
front6
->ff_flow6.fi6_sport != 0 &&
1186
front6
->ff_flow6.fi6_sport != back6->ff_flow6.fi6_sport)
1188
if (
front6
->ff_flow6.fi6_dport != 0 &&
1190
front6
->ff_flow6.fi6_dport != back6->ff_flow6.fi6_dport
1288
struct flow_filter6 *
front6
, *back6;
local in function:filt_subset
[
all
...]
Completed in 90 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025