Home
last modified time | relevance | path

Searched refs:net_lvl (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/net/ipv4/
Dcipso_ipv4.c679 u32 *net_lvl) in cipso_v4_map_lvl_hton() argument
683 *net_lvl = host_lvl; in cipso_v4_map_lvl_hton()
688 *net_lvl = doi_def->map.std->lvl.local[host_lvl]; in cipso_v4_map_lvl_hton()
710 u32 net_lvl, in cipso_v4_map_lvl_ntoh() argument
717 *host_lvl = net_lvl; in cipso_v4_map_lvl_ntoh()
721 if (net_lvl < map_tbl->lvl.cipso_size && in cipso_v4_map_lvl_ntoh()
722 map_tbl->lvl.cipso[net_lvl] < CIPSO_V4_INV_LVL) { in cipso_v4_map_lvl_ntoh()
723 *host_lvl = doi_def->map.std->lvl.cipso[net_lvl]; in cipso_v4_map_lvl_ntoh()