Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Dfilter.c966 static bool chk_code_allowed(u16 code_to_probe) in chk_code_allowed() argument
1026 if (code_to_probe >= ARRAY_SIZE(codes)) in chk_code_allowed()
1029 return codes[code_to_probe]; in chk_code_allowed()