Lines Matching defs:net_lvl
662 * @net_lvl: the network/CIPSO MLS level
672 u32 *net_lvl)
676 *net_lvl = host_lvl;
681 *net_lvl = doi_def->map.std->lvl.local[host_lvl];
693 * @net_lvl: the network/CIPSO MLS level
703 u32 net_lvl,
710 *host_lvl = net_lvl;
714 if (net_lvl < map_tbl->lvl.cipso_size &&
715 map_tbl->lvl.cipso[net_lvl] < CIPSO_V4_INV_LVL) {
716 *host_lvl = doi_def->map.std->lvl.cipso[net_lvl];