Lines Matching defs:operation
27 u8 operation;
288 const char *operation = tomoyo_read_token(param);
294 if (tomoyo_permstr(operation, tomoyo_socket_keyword[type]))
333 const char *operation = tomoyo_read_token(param);
339 if (tomoyo_permstr(operation, tomoyo_socket_keyword[type]))
358 * @operation: Name of socket operation.
365 const u8 operation, const char *address)
369 tomoyo_socket_keyword[operation], address);
394 r->param.inet_network.operation, buf);
407 r->param.unix_network.operation,
412 * tomoyo_check_inet_acl - Check permission for inet domain socket operation.
426 if (!(acl->perm & (1 << r->param.inet_network.operation)) ||
442 * tomoyo_check_unix_acl - Check permission for unix domain socket operation.
455 return (acl->perm & (1 << r->param.unix_network.operation)) &&
461 * tomoyo_inet_entry - Check permission for INET network operation.
472 const u8 type = tomoyo_inet2mac[address->protocol][address->operation];
478 r.param.inet_network.operation = address->operation;
492 * tomoyo_check_inet_address - Check permission for inet domain socket's operation.
538 * tomoyo_unix_entry - Check permission for UNIX network operation.
549 const u8 type = tomoyo_unix2mac[address->protocol][address->operation];
570 r.param.unix_network.operation = address->operation;
585 * tomoyo_check_unix_address - Check permission for unix domain socket's operation.
669 address.operation = TOMOYO_NETWORK_LISTEN;
699 address.operation = TOMOYO_NETWORK_SEND;
703 address.operation = TOMOYO_NETWORK_CONNECT;
738 address.operation = TOMOYO_NETWORK_BIND;
769 address.operation = TOMOYO_NETWORK_SEND;