OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eo_kind
(Results
1 - 7
of
7
) sorted by null
/external/libnl/lib/route/cls/ematch/
container.c
36
.
eo_kind
= TCF_EM_CONTAINER,
cmp.c
80
.
eo_kind
= TCF_EM_CMP,
nbyte.c
125
.
eo_kind
= TCF_EM_NBYTE,
text.c
168
.
eo_kind
= TCF_EM_TEXT,
meta.c
319
.
eo_kind
= TCF_EM_META,
/external/libnl/include/netlink/route/cls/
ematch.h
35
int
eo_kind
;
member in struct:rtnl_ematch_ops
/external/libnl/lib/route/cls/
ematch.c
47
if (rtnl_ematch_lookup_ops(ops->
eo_kind
))
70
if (ops->
eo_kind
== kind)
174
ematch->e_kind = ops->
eo_kind
;
Completed in 38 milliseconds