Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dsocket_flows.h57 uint8_t soflow_lport_updated: 1; member
H A Dsocket_flows.c272 entry->soflow_lport_updated = TRUE; in soflow_fill_hash_entry_from_address()
300 entry->soflow_lport_updated = TRUE; in soflow_fill_hash_entry_from_address()
340 entry->soflow_lport_updated = TRUE; in soflow_fill_hash_entry_from_inp()
368 entry->soflow_lport_updated = TRUE; in soflow_fill_hash_entry_from_inp()
520 …boolean_t lport_matched = (remoteOnly || entry1->soflow_lport_updated || entry1->soflow_lport == e… in soflow_match_entries_v4()
537 …boolean_t lport_matched = (remoteOnly || entry1->soflow_lport_updated || entry1->soflow_lport == e… in soflow_match_entries_v6()
909 if (entry->soflow_lport_updated) { in soflow_entry_update_local()