OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:match_crit
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_mcx.c
7328
struct mcx_flow_match
match_crit
;
local in function:mcx_init
7354
memset(&
match_crit
, 0, sizeof(
match_crit
));
7355
match_crit
.mc_ethertype = 0xffff;
7356
match_crit
.mc_ip_proto = 0xff;
7357
match_crit
.mc_vlan_flags = MCX_FLOW_MATCH_IP_FRAG;
7363
MCX_CREATE_FLOW_GROUP_CRIT_OUTER, &
match_crit
) != 0)
7369
memset(&
match_crit
, 0, sizeof(
match_crit
));
7370
match_crit
.mc_ethertype = 0xffff
[
all
...]
if_mcx.c
7328
struct mcx_flow_match
match_crit
;
local in function:mcx_init
7354
memset(&
match_crit
, 0, sizeof(
match_crit
));
7355
match_crit
.mc_ethertype = 0xffff;
7356
match_crit
.mc_ip_proto = 0xff;
7357
match_crit
.mc_vlan_flags = MCX_FLOW_MATCH_IP_FRAG;
7363
MCX_CREATE_FLOW_GROUP_CRIT_OUTER, &
match_crit
) != 0)
7369
memset(&
match_crit
, 0, sizeof(
match_crit
));
7370
match_crit
.mc_ethertype = 0xffff
[
all
...]
Completed in 33 milliseconds
Indexes created Fri Oct 10 21:09:48 GMT 2025