Lines Matching refs:operation
27 u8 operation; member
288 const char *operation = tomoyo_read_token(param); in tomoyo_write_inet_network() local
294 if (tomoyo_permstr(operation, tomoyo_socket_keyword[type])) in tomoyo_write_inet_network()
333 const char *operation = tomoyo_read_token(param); in tomoyo_write_unix_network() local
339 if (tomoyo_permstr(operation, tomoyo_socket_keyword[type])) in tomoyo_write_unix_network()
365 const u8 operation, const char *address) in tomoyo_audit_net_log() argument
369 tomoyo_socket_keyword[operation], address); in tomoyo_audit_net_log()
394 r->param.inet_network.operation, buf); in tomoyo_audit_inet_log()
407 r->param.unix_network.operation, in tomoyo_audit_unix_log()
426 if (!(acl->perm & (1 << r->param.inet_network.operation)) || in tomoyo_check_inet_acl()
455 return (acl->perm & (1 << r->param.unix_network.operation)) && in tomoyo_check_unix_acl()
472 const u8 type = tomoyo_inet2mac[address->protocol][address->operation]; in tomoyo_inet_entry()
478 r.param.inet_network.operation = address->operation; in tomoyo_inet_entry()
549 const u8 type = tomoyo_unix2mac[address->protocol][address->operation]; in tomoyo_unix_entry()
570 r.param.unix_network.operation = address->operation; in tomoyo_unix_entry()
669 address.operation = TOMOYO_NETWORK_LISTEN; in tomoyo_socket_listen_permission()
699 address.operation = TOMOYO_NETWORK_SEND; in tomoyo_socket_connect_permission()
703 address.operation = TOMOYO_NETWORK_CONNECT; in tomoyo_socket_connect_permission()
738 address.operation = TOMOYO_NETWORK_BIND; in tomoyo_socket_bind_permission()
769 address.operation = TOMOYO_NETWORK_SEND; in tomoyo_socket_sendmsg_permission()