Lines Matching refs:soflow_fport
138 …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()
1021 …in6_ip6_to_sockaddr(&hash_entry->soflow_faddr.addr6, hash_entry->soflow_fport, hash_entry->soflow_… in soflow_nstat_provider_request_vals()
1031 desc->remote.v4.sin_port = hash_entry->soflow_fport; in soflow_nstat_provider_request_vals()