Lines Matching defs:PASS
32 PASS = 0 # Pass the packet up to the stack
42 PASS = 1 # Count of packets passed up to the stack
189 elif stats_dump[key]["formatted"]["key"] == XDPStats.PASS.value:
190 stats_formatted[XDPStats.PASS.value] = val
214 _set_xdp_map("map_xdp_setup", TestConfig.MODE.value, XDPAction.PASS.value)
221 ksft_eq(stats[XDPStats.RX.value], stats[XDPStats.PASS.value], "RX and PASS stats mismatch")
426 # Check for RX and PASS stats mismatch. Ideally, they should be equal for a successful run
427 if stats[XDPStats.RX.value] != stats[XDPStats.PASS.value]:
677 KsftNamedVariant("pass", XDPAction.PASS),