Home
last modified time | relevance | path

Searched refs:ingress_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()
790 .priority = 1, .prog_fd = ingress_fd); in tc_prog_attach()
798 if (ingress_fd >= 0) { in tc_prog_attach()
H A Dnetwork_helpers.h277 int tc_prog_attach(const char *dev, int ingress_fd, int egress_fd);