summaryrefslogtreecommitdiffstats
path: root/include/net/netlabel.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/netlabel.h')
-rw-r--r--include/net/netlabel.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/net/netlabel.h b/include/net/netlabel.h
index 2c0513b0cc88..9fc2cab9be98 100644
--- a/include/net/netlabel.h
+++ b/include/net/netlabel.h
@@ -434,6 +434,12 @@ int netlbl_catmap_setlong(struct netlbl_lsm_catmap **catmap,
434 unsigned long bitmap, 434 unsigned long bitmap,
435 gfp_t flags); 435 gfp_t flags);
436 436
437/* Bitmap functions
438 */
439int netlbl_bitmap_walk(const unsigned char *bitmap, u32 bitmap_len,
440 u32 offset, u8 state);
441void netlbl_bitmap_setbit(unsigned char *bitmap, u32 bit, u8 state);
442
437/* 443/*
438 * LSM protocol operations (NetLabel LSM/kernel API) 444 * LSM protocol operations (NetLabel LSM/kernel API)
439 */ 445 */