Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
Dsock_fields.c334 struct bpf_link *egress_link = NULL, *ingress_link = NULL; in test_sock_fields() local
362 ingress_link = bpf_program__attach_cgroup(skel->progs.ingress_read_sock_fields, in test_sock_fields()
364 if (CHECK(IS_ERR(ingress_link), "attach_cgroup(ingress)", "err:%ld\n", in test_sock_fields()
365 PTR_ERR(ingress_link))) in test_sock_fields()
376 bpf_link__destroy(ingress_link); in test_sock_fields()