Searched refs:tc_prog_attach (Results 1 – 2 of 2) sorted by relevance
315 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()
774 int tc_prog_attach(const char *dev, int ingress_fd, int egress_fd) in tc_prog_attach() function