Searched refs:attach_custom_bpf_progs (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/core/ |
D | bpf-firewall.c | 660 static int attach_custom_bpf_progs(Unit *u, const char *path, int attach_type, Set **set, Set **set… in attach_custom_bpf_progs() function 749 …r = attach_custom_bpf_progs(u, path, BPF_CGROUP_INET_EGRESS, &u->ip_bpf_custom_egress, &u->ip_bpf_… in bpf_firewall_install() 753 …r = attach_custom_bpf_progs(u, path, BPF_CGROUP_INET_INGRESS, &u->ip_bpf_custom_ingress, &u->ip_bp… in bpf_firewall_install()
|