Home
last modified time | relevance | path

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

/net/core/
Dfilter.c704 static const bool codes[] = { in chk_code_allowed() local
762 if (code_to_probe >= ARRAY_SIZE(codes)) in chk_code_allowed()
765 return codes[code_to_probe]; in chk_code_allowed()