Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dsocket_flows.c138 …((soflow_log_port == 0 || !entry || soflow_log_port == ntohs(entry->soflow_lport) || soflow_log_po…
248 ntohs(entry->soflow_lport), ntohs(entry->soflow_fport), local, remote, in soflow_entry_log()
271 entry->soflow_lport = sin->sin_port; in soflow_fill_hash_entry_from_address()
299 entry->soflow_lport = sin6->sin6_port; in soflow_fill_hash_entry_from_address()
344 entry->soflow_lport = inp->inp_lport; in soflow_fill_hash_entry_from_inp()
377 entry->soflow_lport = inp->inp_lport; in soflow_fill_hash_entry_from_inp()
531 …hed = (remoteOnly || entry1->soflow_lport_updated || entry1->soflow_lport == entry2->soflow_lport); in soflow_match_entries_v4()
548 …hed = (remoteOnly || entry1->soflow_lport_updated || entry1->soflow_lport == entry2->soflow_lport); in soflow_match_entries_v6()
594 hashkey_lport = (remoteOnly == false || withLocalPort == true) ? matchentry.soflow_lport : 0; in soflow_db_lookup_entry_internal()
767 entry->soflow_lport, entry->soflow_fport); in soflow_db_add_entry()
[all …]
H A Dsocket_flows.h39 in_port_t soflow_lport; member
/xnu-12377.81.4/bsd/net/
H A Dcontent_filter.c3864 *lport = entry->soflow_lport; in cfil_get_flow_address_v6()
3882 *lport = entry->soflow_lport; in cfil_get_flow_address()
6084 ntohs(entry->soflow_lport), ntohs(entry->soflow_fport), local, remote, in cfil_hash_entry_log()