Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c960 static bool chk_code_allowed(u16 code_to_probe) in chk_code_allowed() argument
1020 if (code_to_probe >= ARRAY_SIZE(codes)) in chk_code_allowed()
1023 return codes[code_to_probe]; in chk_code_allowed()