Searched refs:layer_txt (Results 1 – 4 of 4) sorted by relevance
/external/libnl/src/ |
D | nl-pktloc-lookup.c | 47 static const char *layer_txt[] = { variable 87 loc->name, get_align_txt(loc), layer_txt[loc->layer], in dump_loc() 94 loc->name, get_align_txt(loc), layer_txt[loc->layer], in list_cb()
|
/external/libnl/lib/route/cls/ematch/ |
D | cmp.c | 48 static const char *layer_txt[] = { variable 68 align_txt[cmp->align], layer_txt[cmp->layer], cmp->off); in cmp_dump()
|
D | nbyte.c | 71 static const char *layer_txt(struct tcf_em_nbyte *nbyte) in layer_txt() function 115 nl_dump(p, "] at %s+%u)", layer_txt(&n->cfg), n->cfg.off); in nbyte_dump()
|
/external/libnl/lib/route/cls/ |
D | ematch.c | 671 static const char *layer_txt[] = { variable 680 (layer <= TCF_LAYER_MAX) ? layer_txt[layer] : "?", in rtnl_ematch_offset2txt()
|