Searched refs:entry_to_match (Results 1 – 1 of 1) sorted by relevance
69 static VOID _nx_nat_entry_find(NX_NAT_DEVICE *nat_ptr, NX_NAT_TRANSLATION_ENTRY *entry_to_match,…3541 static VOID _nx_nat_entry_find(NX_NAT_DEVICE *nat_ptr, NX_NAT_TRANSLATION_ENTRY *entry_to_match, N… in _nx_nat_entry_find() argument3554 (!entry_to_match -> peer_ip_address)) in _nx_nat_entry_find()3563 ((!entry_to_match -> local_ip_address) || (!entry_to_match -> peer_ip_address))) in _nx_nat_entry_find()3594 if (entry_ptr -> protocol != entry_to_match -> protocol) in _nx_nat_entry_find()3610 (entry_ptr -> peer_ip_address != entry_to_match -> peer_ip_address)) in _nx_nat_entry_find()3624 (entry_ptr -> peer_port != entry_to_match -> peer_port)) in _nx_nat_entry_find()3642 (entry_ptr -> external_port != entry_to_match -> external_port)) in _nx_nat_entry_find()3659 (entry_ptr -> local_ip_address != entry_to_match -> local_ip_address)) in _nx_nat_entry_find()3673 (entry_ptr -> local_port != entry_to_match -> local_port)) in _nx_nat_entry_find()