Home
last modified time | relevance | path

Searched refs:soflow_fill_hash_entry_from_address (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/kern/
H A Dsocket_flows.h96 bool soflow_fill_hash_entry_from_address(struct soflow_hash_entry *, bool, struct sockaddr *, bool);
H A Dsocket_flows.c252 soflow_fill_hash_entry_from_address(struct soflow_hash_entry *entry, bool isLocal, struct sockaddr … in soflow_fill_hash_entry_from_address() function
560 soflow_fill_hash_entry_from_address(&matchentry, TRUE, local, FALSE); in soflow_db_lookup_entry_internal()
565 soflow_fill_hash_entry_from_address(&matchentry, FALSE, remote, FALSE); in soflow_db_lookup_entry_internal()
732 soflow_fill_hash_entry_from_address(entry, TRUE, local, FALSE); in soflow_db_add_entry()
737 soflow_fill_hash_entry_from_address(entry, FALSE, remote, FALSE); in soflow_db_add_entry()
893 soflow_fill_hash_entry_from_address(entry, TRUE, local, TRUE); in soflow_entry_update_local()
/xnu-8019.80.24/bsd/net/
H A Dcontent_filter.c3147 soflow_fill_hash_entry_from_address(&hash_entry, TRUE, &cfil_info->cfi_so_attach_laddr.sa, FALSE); in cfil_dispatch_closed_event_sign()
3148soflow_fill_hash_entry_from_address(&hash_entry, FALSE, &cfil_info->cfi_so_attach_faddr.sa, FALSE); in cfil_dispatch_closed_event_sign()
3258 soflow_fill_hash_entry_from_address(&hash_entry, TRUE, &cfil_info->cfi_so_attach_laddr.sa, FALSE); in cfil_dispatch_attach_event()
3259soflow_fill_hash_entry_from_address(&hash_entry, FALSE, &cfil_info->cfi_so_attach_faddr.sa, FALSE); in cfil_dispatch_attach_event()