Home
last modified time | relevance | path

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

/security/
Dlsm_audit.c186 char *name1, char *name2) in print_ipv6_addr() argument
191 audit_log_format(ab, " %s=%d", name2, ntohs(port)); in print_ipv6_addr()
195 __be16 port, char *name1, char *name2) in print_ipv4_addr() argument
200 audit_log_format(ab, " %s=%d", name2, ntohs(port)); in print_ipv4_addr()
/security/tomoyo/
Dfile.c305 &acl->name2); in tomoyo_check_path2_acl()
502 tomoyo_same_name_union(&p1->name2, &p2->name2); in tomoyo_same_path2_acl()
551 !tomoyo_parse_name_union(param, &e.name2)) in tomoyo_update_path2_acl()
558 tomoyo_put_name_union(&e.name2); in tomoyo_update_path2_acl()
Dgc.c175 tomoyo_put_name_union(&entry->name2); in tomoyo_del_acl()
Dcommon.h744 struct tomoyo_name_union name2; member
Dcommon.c1456 tomoyo_print_name_union(head, &ptr->name2); in tomoyo_print_entry()