Searched refs:egress_link (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_tcp_skb.c17 struct bpf_link **egress_link,
26 *egress_link =
29 if (!ASSERT_OK_PTR(egress_link, "egress_link"))
40 static void uninstall_filters(struct bpf_link **egress_link, argument
43 bpf_link__destroy(*egress_link);
44 *egress_link = NULL;
238 struct bpf_link *egress_link = NULL; local
258 err = install_filters(cgroup_fd, &egress_link, &ingress_link,
276 uninstall_filters(&egress_link,
16 install_filters(int cgroup_fd, struct bpf_link **egress_link, struct bpf_link **ingress_link, struct bpf_program *egress_prog, struct bpf_program *ingress_prog, struct cgroup_tcp_skb *skel) argument
[all...]

Completed in 104 milliseconds