Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/kern/
H A Dsocket_flows.c188 static boolean_t soflow_entry_local_port_needs_update(struct socket *, struct soflow_hash_entry *);
841 soflow_entry_local_port_needs_update(struct socket *so, struct soflow_hash_entry *entry) in soflow_entry_local_port_needs_update() function
906 if (soflow_entry_local_port_needs_update(db->soflow_db_so, entry)) { in soflow_entry_update_local()
1170 …soflow_entry_local_address_needs_update(hash_entry) || soflow_entry_local_port_needs_update(so, ha… in soflow_get_flow()