Home
last modified time | relevance | path

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

/xnu-8796.141.3/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.c256 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 Dcontent_filter.c3142soflow_fill_hash_entry_from_address(&hash_entry, TRUE, SA(&cfil_info->cfi_so_attach_laddr.sa), FAL… in cfil_dispatch_closed_event_sign()
3143soflow_fill_hash_entry_from_address(&hash_entry, FALSE, SA(&cfil_info->cfi_so_attach_faddr.sa), FA… in cfil_dispatch_closed_event_sign()
3297soflow_fill_hash_entry_from_address(&hash_entry, TRUE, SA(&cfil_info->cfi_so_attach_laddr.sa), FAL… in cfil_dispatch_attach_event()
3298soflow_fill_hash_entry_from_address(&hash_entry, FALSE, SA(&cfil_info->cfi_so_attach_faddr.sa), FA… in cfil_dispatch_attach_event()