Home
last modified time | relevance | path

Searched refs:ingress_fd (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c774 int tc_prog_attach(const char *dev, int ingress_fd, int egress_fd) in tc_prog_attach() argument
778 if (!ASSERT_TRUE(ingress_fd >= 0 || egress_fd >= 0, in tc_prog_attach()
789 .priority = 1, .prog_fd = ingress_fd); in tc_prog_attach()
797 if (ingress_fd >= 0) { in tc_prog_attach()