Home
last modified time | relevance | path

Searched refs:layer_txt (Results 1 – 4 of 4) sorted by relevance

/external/libnl/src/
Dnl-pktloc-lookup.c47 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/
Dcmp.c48 static const char *layer_txt[] = { variable
68 align_txt[cmp->align], layer_txt[cmp->layer], cmp->off); in cmp_dump()
Dnbyte.c71 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/
Dematch.c671 static const char *layer_txt[] = { variable
680 (layer <= TCF_LAYER_MAX) ? layer_txt[layer] : "?", in rtnl_ematch_offset2txt()