Searched refs:soflow_fill_hash_entry_from_address (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.81.4/bsd/kern/ |
| H A D | socket_flows.h | 108 bool soflow_fill_hash_entry_from_address(struct soflow_hash_entry *, bool, struct sockaddr *, bool);
|
| H A D | socket_flows.c | 254 soflow_fill_hash_entry_from_address(struct soflow_hash_entry *entry, bool isLocal, struct sockaddr … in soflow_fill_hash_entry_from_address() function 573 soflow_fill_hash_entry_from_address(&matchentry, TRUE, local, FALSE); in soflow_db_lookup_entry_internal() 578 soflow_fill_hash_entry_from_address(&matchentry, FALSE, remote, FALSE); in soflow_db_lookup_entry_internal() 745 soflow_fill_hash_entry_from_address(entry, TRUE, local, FALSE); in soflow_db_add_entry() 750 soflow_fill_hash_entry_from_address(entry, FALSE, remote, FALSE); in soflow_db_add_entry() 908 soflow_fill_hash_entry_from_address(entry, TRUE, local, TRUE); in soflow_entry_update_local()
|
| /xnu-12377.81.4/bsd/net/ |
| H A D | content_filter.c | 3336 …soflow_fill_hash_entry_from_address(&hash_entry, TRUE, SA(&cfil_info->cfi_so_attach_laddr), FALSE); in cfil_dispatch_closed_event_sign() 3337 …soflow_fill_hash_entry_from_address(&hash_entry, FALSE, SA(&cfil_info->cfi_so_attach_faddr), FALSE… in cfil_dispatch_closed_event_sign() 3496 …soflow_fill_hash_entry_from_address(&hash_entry, TRUE, SA(&cfil_info->cfi_so_attach_laddr), FALSE); in cfil_dispatch_attach_event() 3497 …soflow_fill_hash_entry_from_address(&hash_entry, FALSE, SA(&cfil_info->cfi_so_attach_faddr), FALSE… in cfil_dispatch_attach_event()
|