Lines Matching full:bound

411                 fail(True, "%d BPF programs bound, expected %d" %
459 def wait_for_flush(self, bound=0, total=0, n_retry=20): argument
463 if nbound == bound and nprogs == total:
466 …ut waiting for program counts to stabilize want %d/%d, have %d bound, %d loaded" % (bound, total, …
508 def tc_flush_filters(self, bound=0, total=0): argument
511 self.wait_for_flush(bound=bound, total=total)
824 start_test("Test TC non-offloaded isn't getting bound...")
940 start_test("Test TC offload is device-bound...")
1031 check_extack_nsim(err, "xdpoffload of non-bound program.", args)
1040 check_extack(err, "Using device-bound program without HW_MODE flag is not supported.", args)
1061 start_test("Test XDP offload is device bound...")
1089 check_extack_nsim(err, "program bound to different dev.", args)
1094 check_extack_nsim(err, "xdpoffload of non-bound program.", args)
1119 sim.tc_flush_filters(bound=1, total=1)
1121 sim.tc_flush_filters(bound=1, total=1)
1143 sim.tc_flush_filters(bound=2, total=2)
1176 start_test("Test bpftool bound info reporting (own ns)...")
1179 start_test("Test bpftool bound info reporting (other ns)...")
1184 start_test("Test bpftool bound info reporting (remote ns)...")
1187 start_test("Test bpftool bound info reporting (back to own ns)...")
1195 start_test("Test bpftool bound info reporting (removed dev)...")
1335 check_extack_nsim(err, "program bound to different dev.", args)
1340 check_extack_nsim(err, "program bound to different dev.", args)
1377 fail(ifnameB != simB1['ifname'], "program not bound to original device")
1384 "program not bound to remaining devices")
1388 fail(ifnameB != simB3['ifname'], "program not bound to remaining device")