Home
last modified time | relevance | path

Searched refs:rtnl_ematch_data (Results 1 – 3 of 3) sorted by relevance

/external/libnl/lib/route/cls/ematch/
Dcmp.c28 memcpy(rtnl_ematch_data(ematch), cfg, sizeof(*cfg)); in rtnl_ematch_cmp_set()
33 return rtnl_ematch_data(ematch); in rtnl_ematch_cmp_get()
80 memcpy(rtnl_ematch_data(m), data, len); in cmp_parse()
87 struct tcf_em_cmp *cmp = rtnl_ematch_data(m); in cmp_dump()
/external/libnl/include/netlink/route/cls/
Dematch.h54 extern void * rtnl_ematch_data(struct rtnl_ematch *);
/external/libnl/lib/route/cls/
Dematch.c171 void *rtnl_ematch_data(struct rtnl_ematch *ematch) in rtnl_ematch_data() function
223 return *((uint32_t *) rtnl_ematch_data(ematch)); in container_ref()