Home
last modified time | relevance | path

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

/linux/net/core/
H A Dfilter.c973 static bool chk_code_allowed(u16 code_to_probe) in chk_code_allowed() argument
1033 if (code_to_probe >= ARRAY_SIZE(codes)) in chk_code_allowed()
1036 return codes[code_to_probe]; in chk_code_allowed()