Lines Matching refs:map4
236 struct netlbl_domaddr4_map *map4; in netlbl_domhsh_audit_add() local
237 map4 = netlbl_domhsh_addr4_entry(addr4); in netlbl_domhsh_audit_add()
238 type = map4->def.type; in netlbl_domhsh_audit_add()
239 cipsov4 = map4->def.cipso; in netlbl_domhsh_audit_add()
289 struct netlbl_domaddr4_map *map4; in netlbl_domhsh_validate() local
321 map4 = netlbl_domhsh_addr4_entry(iter4); in netlbl_domhsh_validate()
322 switch (map4->def.type) { in netlbl_domhsh_validate()
324 if (map4->def.cipso != NULL) in netlbl_domhsh_validate()
328 if (map4->def.cipso == NULL) in netlbl_domhsh_validate()
624 struct netlbl_domaddr4_map *map4; in netlbl_domhsh_remove_entry() local
634 map4 = netlbl_domhsh_addr4_entry(iter4); in netlbl_domhsh_remove_entry()
635 cipso_v4_doi_putdef(map4->def.cipso); in netlbl_domhsh_remove_entry()