Searched refs:is_allow_list (Results 1 – 3 of 3) sorted by relevance
9 const volatile __u8 is_allow_list = 0; variable29 if (is_allow_list) { in restrict_network_interfaces_impl()
24 bool is_allow_list, in prepare_restrict_ifaces_bpf() argument45 obj->rodata->is_allow_list = is_allow_list; in prepare_restrict_ifaces_bpf()
2005 int is_allow_list; in bus_cgroup_set_property() local2012 r = sd_bus_message_read(message, "b", &is_allow_list); in bus_cgroup_set_property()2036 c->restrict_network_interfaces_is_allow_list = is_allow_list; in bus_cgroup_set_property()2043 … if (c->restrict_network_interfaces_is_allow_list != (bool) is_allow_list) in bus_cgroup_set_property()2056 … unit_write_settingf(u, flags, name, "%s=%s%s", name, is_allow_list ? "" : "~", joined); in bus_cgroup_set_property()