Lines Matching full:bound

364                 fail(True, "%d BPF programs bound, expected %d" %
399 def wait_for_flush(self, bound=0, total=0, n_retry=20): argument
403 if nbound == bound and nprogs == total:
406 …ut waiting for program counts to stabilize want %d/%d, have %d bound, %d loaded" % (bound, total, …
448 def tc_flush_filters(self, bound=0, total=0): argument
451 self.wait_for_flush(bound=bound, total=total)
765 start_test("Test TC non-offloaded isn't getting bound...")
881 start_test("Test TC offload is device-bound...")
972 check_extack_nsim(err, "xdpoffload of non-bound program.", args)
988 start_test("Test dev-bound program in generic mode...")
991 check_extack(err, "Can't attach device-bound programs in generic mode.", args)
1012 start_test("Test XDP offload is device bound...")
1040 check_extack(err, "Program bound to different device.", args)
1045 check_extack(err, "Program bound to different device.", args)
1070 sim.tc_flush_filters(bound=1, total=1)
1072 sim.tc_flush_filters(bound=1, total=1)
1094 sim.tc_flush_filters(bound=2, total=2)
1127 start_test("Test bpftool bound info reporting (own ns)...")
1130 start_test("Test bpftool bound info reporting (other ns)...")
1135 start_test("Test bpftool bound info reporting (remote ns)...")
1138 start_test("Test bpftool bound info reporting (back to own ns)...")
1146 start_test("Test bpftool bound info reporting (removed dev)...")
1286 check_extack(err, "Program bound to different device.", args)
1291 check_extack(err, "Program bound to different device.", args)
1328 fail(ifnameB != simB1['ifname'], "program not bound to original device")
1335 "program not bound to remaining devices")
1339 fail(ifnameB != simB3['ifname'], "program not bound to remaining device")