Searched refs:smack_ip_in (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/core/ |
D | socket.h | 152 char *smack_ip_in; member
|
D | dbus-socket.c | 121 …SD_BUS_PROPERTY("SmackLabelIPIn", "s", NULL, offsetof(Socket, smack_ip_in), SD_BUS_VTABLE_PROPERTY… 282 return bus_set_transient_string(u, name, &s->smack_ip_in, message, flags, error); in bus_socket_set_transient_property()
|
D | socket.c | 167 s->smack_ip_in = mfree(s->smack_ip_in); in socket_done() 700 if (s->smack_ip_in) in socket_dump() 703 prefix, s->smack_ip_in); in socket_dump() 1088 if (s->smack_ip_in) { in socket_apply_socket_options() 1089 r = mac_smack_apply_fd(fd, SMACK_ATTR_IPIN, s->smack_ip_in); in socket_apply_socket_options()
|
D | load-fragment-gperf.gperf.in | 486 …e_unit_string_printf, 0, offsetof(Socket, smack_ip_in)
|