Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dsocket_flows.c138 …oflow_log_port == ntohs(entry->soflow_lport) || soflow_log_port == ntohs(entry->soflow_fport)) && \
248 ntohs(entry->soflow_lport), ntohs(entry->soflow_fport), local, remote, in soflow_entry_log()
284 entry->soflow_fport = sin->sin_port; in soflow_fill_hash_entry_from_address()
314 entry->soflow_fport = sin6->sin6_port; in soflow_fill_hash_entry_from_address()
362 entry->soflow_fport = inp->inp_fport; in soflow_fill_hash_entry_from_inp()
390 entry->soflow_fport = inp->inp_fport; in soflow_fill_hash_entry_from_inp()
536 return lport_matched && entry1->soflow_fport == entry2->soflow_fport && in soflow_match_entries_v4()
553 return lport_matched && entry1->soflow_fport == entry2->soflow_fport && in soflow_match_entries_v6()
593 hashkey_fport = matchentry.soflow_fport; in soflow_db_lookup_entry_internal()
767 entry->soflow_lport, entry->soflow_fport); in soflow_db_add_entry()
[all …]
H A Dsocket_flows.h38 in_port_t soflow_fport; member
/xnu-12377.81.4/bsd/net/
H A Dcontent_filter.c3865 *fport = entry->soflow_fport; in cfil_get_flow_address_v6()
3883 *fport = entry->soflow_fport; in cfil_get_flow_address()
6084 ntohs(entry->soflow_lport), ntohs(entry->soflow_fport), local, remote, in cfil_hash_entry_log()
7192 hash_entry->soflow_fport, hash_entry->soflow_faddr6_ifscope); in cfil_dgram_save_socket_state()
7196 hash_entry->soflow_fport); in cfil_dgram_save_socket_state()