Home
last modified time | relevance | path

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

/security/
Dlsm_audit.c189 char *name1, char *name2) in print_ipv6_addr() argument
194 audit_log_format(ab, " %s=%d", name2, ntohs(port)); in print_ipv6_addr()
198 __be16 port, char *name1, char *name2) in print_ipv4_addr() argument
203 audit_log_format(ab, " %s=%d", name2, ntohs(port)); in print_ipv4_addr()
/security/tomoyo/
Dfile.c300 &acl->name2); in tomoyo_check_path2_acl()
489 tomoyo_same_name_union(&p1->name2, &p2->name2); in tomoyo_same_path2_acl()
536 !tomoyo_parse_name_union(param, &e.name2)) in tomoyo_update_path2_acl()
543 tomoyo_put_name_union(&e.name2); in tomoyo_update_path2_acl()
Dgc.c168 tomoyo_put_name_union(&entry->name2); in tomoyo_del_acl()
Dcommon.h739 struct tomoyo_name_union name2; member
Dcommon.c1421 tomoyo_print_name_union(head, &ptr->name2); in tomoyo_print_entry()