OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtnl_ematch_data
(Results
1 - 3
of
3
) sorted by null
/external/libnl/lib/route/cls/ematch/
cmp.c
28
memcpy(
rtnl_ematch_data
(ematch), cfg, sizeof(*cfg));
33
return
rtnl_ematch_data
(ematch);
80
memcpy(
rtnl_ematch_data
(m), data, len);
87
struct tcf_em_cmp *cmp =
rtnl_ematch_data
(m);
/external/libnl/include/netlink/route/cls/
ematch.h
54
extern void *
rtnl_ematch_data
(struct rtnl_ematch *);
/external/libnl/lib/route/cls/
ematch.c
171
void *
rtnl_ematch_data
(struct rtnl_ematch *ematch)
function
223
return *((uint32_t *)
rtnl_ematch_data
(ematch));
Completed in 666 milliseconds