Home
last modified time | relevance | path

Searched refs:transit (Results 1 – 11 of 11) sorted by relevance

/linux/security/tomoyo/
H A Ddomain.c115 if (new_entry->cond->transit && in tomoyo_update_domain()
523 const bool transit) in tomoyo_assign_domain() argument
530 if (transit) { in tomoyo_assign_domain()
553 if (transit && tomoyo_namespace_jump(domainname)) in tomoyo_assign_domain()
563 if (transit) { in tomoyo_assign_domain()
586 if (entry && transit) { in tomoyo_assign_domain()
H A Dcondition.c364 a->grant_log == b->grant_log && a->transit == b->transit && in tomoyo_same_condition()
461 e->transit = tomoyo_get_domainname(param); in tomoyo_get_transit_preference()
477 e->transit = tomoyo_get_name(tomoyo_read_token(param)); in tomoyo_get_transit_preference()
479 if (e->transit) in tomoyo_get_transit_preference()
673 e.transit = NULL; in tomoyo_get_condition()
702 tomoyo_put_name(e.transit); in tomoyo_get_condition()
H A Dcommon.h661 const struct tomoyo_path_info *transit; /* Maybe NULL. */ member
1033 const bool transit);
H A Dfile.c617 r->matched_acl->cond->transit : NULL; in tomoyo_execute_permission()
H A Dcommon.c1231 if (cond->transit) { in tomoyo_print_condition()
1233 tomoyo_set_string(head, cond->transit->name); in tomoyo_print_condition()
/linux/Documentation/networking/
H A Dmpls-sysctl.rst36 single hop to transit traffic.
/linux/Documentation/security/
H A Dsnp-tdx-threat-model.rst27 of data in use (vs. data at rest or data in transit). At its core, CoCo
231 in-transit between the guest and the host-managed physical or
H A Dlandlock.rst127 requested action on the object. A task can then only transit to a new domain
/linux/Documentation/filesystems/nfs/
H A Dclient-identifier.rst193 flavor with Kerberos and the integrity QOS to prevent in-transit
/linux/kernel/sched/
H A Dcore.c10401 WRITE_ONCE(mc->transit, MM_CID_TRANSIT); in mm_update_max_cids()
10489 WRITE_ONCE(mm->mm_cid.transit, 0); in mm_cid_fixup_cpus_to_tasks()
10742 mm->mm_cid.transit = 0; in mm_init_cid()
H A Dsched.h3852 tcid |= READ_ONCE(mm->mm_cid.transit); in mm_cid_from_task()