Lines Matching defs:sec
4791 * @sec: LSM blob
4799 int security_ib_pkey_access(void *sec, u64 subnet_prefix, u16 pkey)
4801 return call_int_hook(ib_pkey_access, 0, sec, subnet_prefix, pkey);
4807 * @sec: LSM blob
4815 int security_ib_endport_manage_subnet(void *sec,
4818 return call_int_hook(ib_endport_manage_subnet, 0, sec,
4825 * @sec: LSM blob
4831 int security_ib_alloc_security(void **sec)
4833 return call_int_hook(ib_alloc_security, 0, sec);
4839 * @sec: LSM blob
4843 void security_ib_free_security(void *sec)
4845 call_void_hook(ib_free_security, sec);