Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c775 int tc_prog_attach(const char *dev, int ingress_fd, int egress_fd) in tc_prog_attach() argument
779 if (!ASSERT_TRUE(ingress_fd >= 0 || egress_fd >= 0, in tc_prog_attach()
792 .priority = 1, .prog_fd = egress_fd); in tc_prog_attach()
807 if (egress_fd >= 0) { in tc_prog_attach()
H A Dnetwork_helpers.h277 int tc_prog_attach(const char *dev, int ingress_fd, int egress_fd);