Home
last modified time | relevance | path

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

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