Lines Matching refs:map4
213 struct netlbl_domaddr4_map *map4; in netlbl_domhsh_audit_add() local
214 map4 = netlbl_domhsh_addr4_entry(addr4); in netlbl_domhsh_audit_add()
215 type = map4->def.type; in netlbl_domhsh_audit_add()
216 cipsov4 = map4->def.cipso; in netlbl_domhsh_audit_add()
258 struct netlbl_domaddr4_map *map4; in netlbl_domhsh_validate() local
278 map4 = netlbl_domhsh_addr4_entry(iter4); in netlbl_domhsh_validate()
279 switch (map4->def.type) { in netlbl_domhsh_validate()
281 if (map4->def.cipso != NULL) in netlbl_domhsh_validate()
285 if (map4->def.cipso == NULL) in netlbl_domhsh_validate()
535 struct netlbl_domaddr4_map *map4; in netlbl_domhsh_remove_entry() local
541 map4 = netlbl_domhsh_addr4_entry(iter4); in netlbl_domhsh_remove_entry()
542 cipso_v4_doi_putdef(map4->def.cipso); in netlbl_domhsh_remove_entry()