Lines Matching full:bound

413                 fail(True, "%d BPF programs bound, expected %d" %
461 def wait_for_flush(self, bound=0, total=0, n_retry=20): argument
465 if nbound == bound and nprogs == total:
468 …ut waiting for program counts to stabilize want %d/%d, have %d bound, %d loaded" % (bound, total, …
510 def tc_flush_filters(self, bound=0, total=0): argument
513 self.wait_for_flush(bound=bound, total=total)
826 start_test("Test TC non-offloaded isn't getting bound...")
942 start_test("Test TC offload is device-bound...")
1033 check_extack_nsim(err, "xdpoffload of non-bound program.", args)
1063 start_test("Test XDP offload is device bound...")
1091 check_extack(err, "Program bound to different device.", args)
1096 check_extack(err, "Program bound to different device.", args)
1121 sim.tc_flush_filters(bound=1, total=1)
1123 sim.tc_flush_filters(bound=1, total=1)
1145 sim.tc_flush_filters(bound=2, total=2)
1178 start_test("Test bpftool bound info reporting (own ns)...")
1181 start_test("Test bpftool bound info reporting (other ns)...")
1186 start_test("Test bpftool bound info reporting (remote ns)...")
1189 start_test("Test bpftool bound info reporting (back to own ns)...")
1197 start_test("Test bpftool bound info reporting (removed dev)...")
1337 check_extack(err, "Program bound to different device.", args)
1342 check_extack(err, "Program bound to different device.", args)
1379 fail(ifnameB != simB1['ifname'], "program not bound to original device")
1386 "program not bound to remaining devices")
1390 fail(ifnameB != simB3['ifname'], "program not bound to remaining device")