Home
last modified time | relevance | path

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

/linux-6.1.9/net/core/
Dfilter.c964 static bool chk_code_allowed(u16 code_to_probe) in chk_code_allowed() argument
1024 if (code_to_probe >= ARRAY_SIZE(codes)) in chk_code_allowed()
1027 return codes[code_to_probe]; in chk_code_allowed()