Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dsocket_flows.h108 bool soflow_fill_hash_entry_from_address(struct soflow_hash_entry *, bool, struct sockaddr *, bool);
H A Dsocket_flows.c254 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.1.9/bsd/net/
H A Dcontent_filter.c3336soflow_fill_hash_entry_from_address(&hash_entry, TRUE, SA(&cfil_info->cfi_so_attach_laddr), FALSE); in cfil_dispatch_closed_event_sign()
3337soflow_fill_hash_entry_from_address(&hash_entry, FALSE, SA(&cfil_info->cfi_so_attach_faddr), FALSE… in cfil_dispatch_closed_event_sign()
3496soflow_fill_hash_entry_from_address(&hash_entry, TRUE, SA(&cfil_info->cfi_so_attach_laddr), FALSE); in cfil_dispatch_attach_event()
3497soflow_fill_hash_entry_from_address(&hash_entry, FALSE, SA(&cfil_info->cfi_so_attach_faddr), FALSE… in cfil_dispatch_attach_event()