Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/kern/
H A Dsocket_flows.h57 uint8_t soflow_lport_updated: 1; member
H A Dsocket_flows.c275 entry->soflow_lport_updated = TRUE; in soflow_fill_hash_entry_from_address()
303 entry->soflow_lport_updated = TRUE; in soflow_fill_hash_entry_from_address()
343 entry->soflow_lport_updated = TRUE; in soflow_fill_hash_entry_from_inp()
371 entry->soflow_lport_updated = TRUE; in soflow_fill_hash_entry_from_inp()
522 …boolean_t lport_matched = (remoteOnly || entry1->soflow_lport_updated || entry1->soflow_lport == e… in soflow_match_entries_v4()
539 …boolean_t lport_matched = (remoteOnly || entry1->soflow_lport_updated || entry1->soflow_lport == e… in soflow_match_entries_v6()
908 if (entry->soflow_lport_updated) { in soflow_entry_update_local()