Searched refs:ibendport (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | lsm_audit.h | 96 struct lsm_ibendport_audit *ibendport; member
|
| /OK3568_Linux_fs/kernel/security/ |
| H A D | lsm_audit.c | 433 a->u.ibendport->dev_name, in dump_common_audit_data() 434 a->u.ibendport->port); in dump_common_audit_data()
|
| /OK3568_Linux_fs/kernel/security/selinux/ss/ |
| H A D | policydb.h | 198 } ibendport; member
|
| H A D | policydb.c | 2371 rc = str_read(&c->u.ibendport.dev_name, GFP_KERNEL, fp, len); in ocontext_read() 2381 c->u.ibendport.port = port; in ocontext_read() 3379 len = strlen(c->u.ibendport.dev_name); in ocontext_write() 3381 buf[1] = cpu_to_le32(c->u.ibendport.port); in ocontext_write() 3385 rc = put_entry(c->u.ibendport.dev_name, 1, len, fp); in ocontext_write()
|
| H A D | services.c | 2551 if (c->u.ibendport.port == port_num && in security_ib_endport_sid() 2552 !strncmp(c->u.ibendport.dev_name, in security_ib_endport_sid()
|
| /OK3568_Linux_fs/kernel/security/selinux/ |
| H A D | hooks.c | 6745 struct lsm_ibendport_audit ibendport; in selinux_ib_endport_manage_subnet() local 6754 strncpy(ibendport.dev_name, dev_name, sizeof(ibendport.dev_name)); in selinux_ib_endport_manage_subnet() 6755 ibendport.port = port_num; in selinux_ib_endport_manage_subnet() 6756 ad.u.ibendport = &ibendport; in selinux_ib_endport_manage_subnet()
|