Lines Matching full:bound

366                 fail(True, "%d BPF programs bound, expected %d" %
401 def wait_for_flush(self, bound=0, total=0, n_retry=20): argument
405 if nbound == bound and nprogs == total:
408 …ut waiting for program counts to stabilize want %d/%d, have %d bound, %d loaded" % (bound, total, …
450 def tc_flush_filters(self, bound=0, total=0): argument
453 self.wait_for_flush(bound=bound, total=total)
768 start_test("Test TC non-offloaded isn't getting bound...")
884 start_test("Test TC offload is device-bound...")
975 check_extack_nsim(err, "xdpoffload of non-bound program.", args)
991 start_test("Test dev-bound program in generic mode...")
994 check_extack(err, "Can't attach device-bound programs in generic mode.", args)
1015 start_test("Test XDP offload is device bound...")
1043 check_extack(err, "Program bound to different device.", args)
1048 check_extack(err, "Program bound to different device.", args)
1073 sim.tc_flush_filters(bound=1, total=1)
1075 sim.tc_flush_filters(bound=1, total=1)
1097 sim.tc_flush_filters(bound=2, total=2)
1130 start_test("Test bpftool bound info reporting (own ns)...")
1133 start_test("Test bpftool bound info reporting (other ns)...")
1138 start_test("Test bpftool bound info reporting (remote ns)...")
1141 start_test("Test bpftool bound info reporting (back to own ns)...")
1149 start_test("Test bpftool bound info reporting (removed dev)...")
1289 check_extack(err, "Program bound to different device.", args)
1294 check_extack(err, "Program bound to different device.", args)
1331 fail(ifnameB != simB1['ifname'], "program not bound to original device")
1338 "program not bound to remaining devices")
1342 fail(ifnameB != simB3['ifname'], "program not bound to remaining device")