Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dsocket_flows.h57 uint8_t soflow_lport_updated: 1; member
H A Dsocket_flows.c273 entry->soflow_lport_updated = TRUE; in soflow_fill_hash_entry_from_address()
301 entry->soflow_lport_updated = TRUE; in soflow_fill_hash_entry_from_address()
346 entry->soflow_lport_updated = TRUE; in soflow_fill_hash_entry_from_inp()
379 entry->soflow_lport_updated = TRUE; in soflow_fill_hash_entry_from_inp()
531 …boolean_t lport_matched = (remoteOnly || entry1->soflow_lport_updated || entry1->soflow_lport == e… in soflow_match_entries_v4()
548 …boolean_t lport_matched = (remoteOnly || entry1->soflow_lport_updated || entry1->soflow_lport == e… in soflow_match_entries_v6()
919 if (entry->soflow_lport_updated) { in soflow_entry_update_local()