Lines Matching refs:map4
222 struct netlbl_domaddr4_map *map4; in netlbl_domhsh_audit_add() local
223 map4 = netlbl_domhsh_addr4_entry(addr4); in netlbl_domhsh_audit_add()
224 type = map4->def.type; in netlbl_domhsh_audit_add()
225 cipsov4 = map4->def.cipso; in netlbl_domhsh_audit_add()
275 struct netlbl_domaddr4_map *map4; in netlbl_domhsh_validate() local
307 map4 = netlbl_domhsh_addr4_entry(iter4); in netlbl_domhsh_validate()
308 switch (map4->def.type) { in netlbl_domhsh_validate()
310 if (map4->def.cipso != NULL) in netlbl_domhsh_validate()
314 if (map4->def.cipso == NULL) in netlbl_domhsh_validate()
610 struct netlbl_domaddr4_map *map4; in netlbl_domhsh_remove_entry() local
620 map4 = netlbl_domhsh_addr4_entry(iter4); in netlbl_domhsh_remove_entry()
621 cipso_v4_doi_putdef(map4->def.cipso); in netlbl_domhsh_remove_entry()