Home
last modified time | relevance | path

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

/linux-6.12.1/tools/bpf/bpftool/
Dlink.c662 static const char * const inethook2name[] = { variable
689 if (hook < ARRAY_SIZE(inethook2name)) in netfilter_dump_plain()
690 hookname = inethook2name[hook]; in netfilter_dump_plain()