Searched refs:ibendport (Results 1 – 6 of 6) sorted by relevance
97 struct lsm_ibendport_audit *ibendport; member
429 a->u.ibendport->dev_name, in dump_common_audit_data()430 a->u.ibendport->port); in dump_common_audit_data()
198 } ibendport; member
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()3370 len = strlen(c->u.ibendport.dev_name); in ocontext_write()3372 buf[1] = cpu_to_le32(c->u.ibendport.port); in ocontext_write()3376 rc = put_entry(c->u.ibendport.dev_name, 1, len, fp); in ocontext_write()
2558 if (c->u.ibendport.port == port_num && in security_ib_endport_sid()2559 !strncmp(c->u.ibendport.dev_name, in security_ib_endport_sid()
6782 struct lsm_ibendport_audit ibendport; in selinux_ib_endport_manage_subnet() local6791 ibendport.dev_name = dev_name; in selinux_ib_endport_manage_subnet()6792 ibendport.port = port_num; in selinux_ib_endport_manage_subnet()6793 ad.u.ibendport = &ibendport; in selinux_ib_endport_manage_subnet()
Completed in 35 milliseconds