Home
last modified time | relevance | path

Searched refs:supported_fields (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/security/integrity/ima/
Dima_template.c31 static const struct ima_template_field supported_fields[] = { variable
156 for (i = 0; i < ARRAY_SIZE(supported_fields); i++) in lookup_template_field()
157 if (strncmp(supported_fields[i].field_id, field_id, in lookup_template_field()
159 return &supported_fields[i]; in lookup_template_field()
/Linux-v5.10/drivers/net/ethernet/amazon/ena/
Dena_com.c2510 hash_ctrl->supported_fields[i].fields; in ena_com_set_default_hash_ctrl()
2513 i, hash_ctrl->supported_fields[i].fields, in ena_com_set_default_hash_ctrl()
2534 u16 supported_fields; in ena_com_fill_hash_ctrl() local
2548 supported_fields = hash_ctrl->supported_fields[proto].fields; in ena_com_fill_hash_ctrl()
2549 if ((hash_fields & supported_fields) != hash_fields) { in ena_com_fill_hash_ctrl()
2551 proto, hash_fields, supported_fields); in ena_com_fill_hash_ctrl()
Dena_admin_defs.h781 struct ena_admin_proto_input supported_fields[ENA_ADMIN_RSS_PROTO_NUM]; member