interconnect: Add a common standard aggregate function
[linux/fpc-iii.git] / security / selinux / include / ibpkey.h
bloba2ebe397bcb78891d1b167c234433b271fc34f49
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * pkey table
5 * SELinux must keep a mapping of pkeys to labels/SIDs. This
6 * mapping is maintained as part of the normal policy but a fast cache is
7 * needed to reduce the lookup overhead.
8 */
11 * (c) Mellanox Technologies, 2016
14 #ifndef _SELINUX_IB_PKEY_H
15 #define _SELINUX_IB_PKEY_H
17 void sel_ib_pkey_flush(void);
19 int sel_ib_pkey_sid(u64 subnet_prefix, u16 pkey, u32 *sid);
21 #endif