Lines Matching refs:TestConfig
23 class TestConfig(Enum): class
165 bpf_map_set("map_xdp_setup", TestConfig.MODE.value, XDPAction.PASS.value)
166 bpf_map_set("map_xdp_setup", TestConfig.PORT.value, port)
232 bpf_map_set("map_xdp_setup", TestConfig.MODE.value, XDPAction.DROP.value)
233 bpf_map_set("map_xdp_setup", TestConfig.PORT.value, port)
287 bpf_map_set("map_xdp_setup", TestConfig.MODE.value, XDPAction.TX.value)
288 bpf_map_set("map_xdp_setup", TestConfig.PORT.value, port)
444 bpf_map_set("map_xdp_setup", TestConfig.MODE.value, XDPAction.TAIL_ADJST.value)
445 bpf_map_set("map_xdp_setup", TestConfig.PORT.value, port)
450 bpf_map_set("map_xdp_setup", TestConfig.ADJST_OFFSET.value, offset)
452 bpf_map_set("map_xdp_setup", TestConfig.ADJST_TAG.value, int(tag, 16))
572 bpf_map_set("map_xdp_setup", TestConfig.MODE.value, XDPAction.HEAD_ADJST.value)
573 bpf_map_set("map_xdp_setup", TestConfig.PORT.value, port)
593 bpf_map_set("map_xdp_setup", TestConfig.ADJST_OFFSET.value, offset)
594 bpf_map_set("map_xdp_setup", TestConfig.ADJST_TAG.value, int(tag, 16))
702 bpf_map_set("map_xdp_setup", TestConfig.MODE.value, act.value)
703 bpf_map_set("map_xdp_setup", TestConfig.PORT.value, port)