Searched refs:egress_link (Results 1 – 1 of 1) sorted by relevance
334 struct bpf_link *egress_link = NULL, *ingress_link = NULL; in test_sock_fields() local356 egress_link = bpf_program__attach_cgroup(skel->progs.egress_read_sock_fields, in test_sock_fields()358 if (CHECK(IS_ERR(egress_link), "attach_cgroup(egress)", "err:%ld\n", in test_sock_fields()359 PTR_ERR(egress_link))) in test_sock_fields()375 bpf_link__destroy(egress_link); in test_sock_fields()