Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dbpf-firewall.h14 int bpf_firewall_supported(void);
Dbpf-firewall.c541 supported = bpf_firewall_supported(); in bpf_firewall_compile()
643 supported = bpf_firewall_supported(); in bpf_firewall_load_custom()
696 supported = bpf_firewall_supported(); in bpf_firewall_install()
805 int bpf_firewall_supported(void) { in bpf_firewall_supported() function
Dsocket.c1492 r = bpf_firewall_supported(); in fork_needed()
2918 r = bpf_firewall_supported(); in socket_accept_in_cgroup()
Ddbus-cgroup.c660 r = bpf_firewall_supported(); in bus_cgroup_set_transient_property()
Dcgroup.c3303 r = bpf_firewall_supported(); in cg_bpf_mask_supported()
Dload-fragment.c5832 r = bpf_firewall_supported(); in config_parse_ip_filter_bpf_progs()
/systemd-251/src/test/
Dtest-bpf-firewall.c67 r = bpf_firewall_supported(); in main()