Home
last modified time | relevance | path

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

/third_party/libnl/src/
Dnl-pktloc-lookup.c49 static const char *layer_txt[] = { variable
89 loc->name, get_align_txt(loc), layer_txt[loc->layer], in dump_loc()
96 loc->name, get_align_txt(loc), layer_txt[loc->layer], in list_cb()
/third_party/libnl/lib/route/cls/ematch/
Dcmp.c49 static const char *layer_txt[] = { variable
69 align_txt[cmp->align], layer_txt[cmp->layer], cmp->off); in cmp_dump()
Dnbyte.c72 static const char *layer_txt(struct tcf_em_nbyte *nbyte) in layer_txt() function
116 nl_dump(p, "] at %s+%u)", layer_txt(&n->cfg), n->cfg.off); in nbyte_dump()
/third_party/libnl/lib/route/cls/
Dematch.c729 static const char *layer_txt[] = { variable
738 (layer <= TCF_LAYER_MAX) ? layer_txt[layer] : "?", in rtnl_ematch_offset2txt()