Home
last modified time | relevance | path

Searched refs:name1 (Results 1 – 5 of 5) sorted by relevance

/security/
Dlsm_audit.c189 char *name1, char *name2) in print_ipv6_addr() argument
192 audit_log_format(ab, " %s=%pI6c", name1, addr); in print_ipv6_addr()
198 __be16 port, char *name1, char *name2) in print_ipv4_addr() argument
201 audit_log_format(ab, " %s=%pI4", name1, &addr); in print_ipv4_addr()
/security/tomoyo/
Dfile.c298 tomoyo_compare_name_union(r->param.path2.filename1, &acl->name1) in tomoyo_check_path2_acl()
488 return tomoyo_same_name_union(&p1->name1, &p2->name1) && in tomoyo_same_path2_acl()
535 if (!tomoyo_parse_name_union(param, &e.name1) || in tomoyo_update_path2_acl()
542 tomoyo_put_name_union(&e.name1); in tomoyo_update_path2_acl()
Dgc.c167 tomoyo_put_name_union(&entry->name1); in tomoyo_del_acl()
Dcommon.h738 struct tomoyo_name_union name1; member
Dcommon.c1420 tomoyo_print_name_union(head, &ptr->name1); in tomoyo_print_entry()