Searched refs:soflow_fill_hash_entry_from_address (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.141.3/bsd/kern/ |
| H A D | socket_flows.h | 96 bool soflow_fill_hash_entry_from_address(struct soflow_hash_entry *, bool, struct sockaddr *, bool);
|
| H A D | socket_flows.c | 256 soflow_fill_hash_entry_from_address(struct soflow_hash_entry *entry, bool isLocal, struct sockaddr … in soflow_fill_hash_entry_from_address() function 564 soflow_fill_hash_entry_from_address(&matchentry, TRUE, local, FALSE); in soflow_db_lookup_entry_internal() 569 soflow_fill_hash_entry_from_address(&matchentry, FALSE, remote, FALSE); in soflow_db_lookup_entry_internal() 736 soflow_fill_hash_entry_from_address(entry, TRUE, local, FALSE); in soflow_db_add_entry() 741 soflow_fill_hash_entry_from_address(entry, FALSE, remote, FALSE); in soflow_db_add_entry() 897 soflow_fill_hash_entry_from_address(entry, TRUE, local, TRUE); in soflow_entry_update_local()
|
| /xnu-8796.141.3/bsd/net/ |
| H A D | content_filter.c | 3142 …soflow_fill_hash_entry_from_address(&hash_entry, TRUE, SA(&cfil_info->cfi_so_attach_laddr.sa), FAL… in cfil_dispatch_closed_event_sign() 3143 …soflow_fill_hash_entry_from_address(&hash_entry, FALSE, SA(&cfil_info->cfi_so_attach_faddr.sa), FA… in cfil_dispatch_closed_event_sign() 3297 …soflow_fill_hash_entry_from_address(&hash_entry, TRUE, SA(&cfil_info->cfi_so_attach_laddr.sa), FAL… in cfil_dispatch_attach_event() 3298 …soflow_fill_hash_entry_from_address(&hash_entry, FALSE, SA(&cfil_info->cfi_so_attach_faddr.sa), FA… in cfil_dispatch_attach_event()
|