HomeSort by relevance Sort by last modified time
    Searched full:rtnl_ematch_data (Results 1 - 6 of 6) sorted by null

  /external/libnl/lib/route/cls/ematch/
text.c 34 struct text_data *t = rtnl_ematch_data(e);
41 return ((struct text_data *) rtnl_ematch_data(e))->cfg.from_offset;
46 return ((struct text_data *) rtnl_ematch_data(e))->cfg.from_layer;
52 struct text_data *t = rtnl_ematch_data(e);
59 return ((struct text_data *) rtnl_ematch_data(e))->cfg.to_offset;
64 return ((struct text_data *) rtnl_ematch_data(e))->cfg.to_layer;
70 struct text_data *t = rtnl_ematch_data(e);
81 return ((struct text_data *) rtnl_ematch_data(e))->pattern;
86 return ((struct text_data *) rtnl_ematch_data(e))->cfg.pattern_len;
91 struct text_data *t = rtnl_ematch_data(e)
    [all...]
nbyte.c 34 struct nbyte_data *n = rtnl_ematch_data(e);
41 return ((struct nbyte_data *) rtnl_ematch_data(e))->cfg.off;
46 return ((struct nbyte_data *) rtnl_ematch_data(e))->cfg.layer;
52 struct nbyte_data *n = rtnl_ematch_data(e);
63 return ((struct nbyte_data *) rtnl_ematch_data(e))->pattern;
68 return ((struct nbyte_data *) rtnl_ematch_data(e))->cfg.len;
87 struct nbyte_data *n = rtnl_ematch_data(e);
104 struct nbyte_data *n = rtnl_ematch_data(e);
120 struct nbyte_data *n = rtnl_ematch_data(e);
cmp.c 27 memcpy(rtnl_ematch_data(e), cfg, sizeof(*cfg));
32 return rtnl_ematch_data(e);
37 memcpy(rtnl_ematch_data(e), data, len);
62 struct tcf_em_cmp *cmp = rtnl_ematch_data(e);
meta.c 94 struct meta_data *m = rtnl_ematch_data(e);
100 struct meta_data *m = rtnl_ematch_data(e);
106 struct meta_data *m = rtnl_ematch_data(e);
118 struct meta_data *m = rtnl_ematch_data(e);
269 struct meta_data *m = rtnl_ematch_data(e);
283 struct meta_data *m = rtnl_ematch_data(e);
313 struct meta_data *m = rtnl_ematch_data(e);
  /external/libnl/include/netlink/route/cls/
ematch.h 58 extern void * rtnl_ematch_data(struct rtnl_ematch *);
  /external/libnl/lib/route/cls/
ematch.c 232 void *rtnl_ematch_data(struct rtnl_ematch *ematch) function
304 return *((uint32_t *) rtnl_ematch_data(ematch));

Completed in 335 milliseconds