Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_tc_tunnel.c315 ret = tc_prog_attach("veth1", -1, cfg->client_egress_prog_fd); in configure_encapsulation()
372 if (!ASSERT_OK(tc_prog_attach("veth2", cfg->server_ingress_prog_fd, -1), in configure_ebpf_decapsulation()
/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() function