Lines Matching refs:xdp
412 def ip_link_show(self, xdp): argument
418 fail(xdp != "xdp" in link,
420 ("xdp" in link, xdp))
820 ipl = sim.ip_link_show(xdp=True)
834 ipl = sim.ip_link_show(xdp=True)
891 ipl = sim.ip_link_show(xdp=True)
936 xdp = sim.ip_link_show(xdp=True)["xdp"] variable
938 fail("prog" not in xdp, "Base program not reported in single program mode")
943 two_xdps = sim.ip_link_show(xdp=True)["xdp"]
948 fail(xdp["attached"][0] not in two_xdps["attached"],
969 xdp = sim.ip_link_show(xdp=True)["xdp"] variable
972 fail(xdp["mode"] != 1, "Bad mode reported after multiple programs")
973 fail("prog" not in xdp,
975 fail(xdp["attached"][0] not in two_xdps["attached"],