Lines Matching defs:net_lvl
661 * @net_lvl: the network/CIPSO MLS level
671 u32 *net_lvl)
675 *net_lvl = host_lvl;
680 *net_lvl = doi_def->map.std->lvl.local[host_lvl];
692 * @net_lvl: the network/CIPSO MLS level
702 u32 net_lvl,
709 *host_lvl = net_lvl;
713 if (net_lvl < map_tbl->lvl.cipso_size &&
714 map_tbl->lvl.cipso[net_lvl] < CIPSO_V4_INV_LVL) {
715 *host_lvl = doi_def->map.std->lvl.cipso[net_lvl];