Lines Matching refs:soflow_lport
138 …((soflow_log_port == 0 || !entry || soflow_log_port == ntohs(entry->soflow_lport) || soflow_log_po…
247 ntohs(entry->soflow_lport), ntohs(entry->soflow_fport), local, remote, in soflow_entry_log()
270 entry->soflow_lport = sin->sin_port; in soflow_fill_hash_entry_from_address()
298 entry->soflow_lport = sin6->sin6_port; in soflow_fill_hash_entry_from_address()
338 entry->soflow_lport = inp->inp_lport; in soflow_fill_hash_entry_from_inp()
366 entry->soflow_lport = inp->inp_lport; in soflow_fill_hash_entry_from_inp()
520 …hed = (remoteOnly || entry1->soflow_lport_updated || entry1->soflow_lport == entry2->soflow_lport); in soflow_match_entries_v4()
537 …hed = (remoteOnly || entry1->soflow_lport_updated || entry1->soflow_lport == entry2->soflow_lport); in soflow_match_entries_v6()
583 hashkey_lport = (remoteOnly == false || withLocalPort == true) ? matchentry.soflow_lport : 0; in soflow_db_lookup_entry_internal()
755 entry->soflow_lport, entry->soflow_fport); in soflow_db_add_entry()
844 return entry->soflow_lport == 0; in soflow_entry_local_port_needs_update()
996 …in6_ip6_to_sockaddr(&hash_entry->soflow_laddr.addr6, hash_entry->soflow_lport, hash_entry->soflow_… in soflow_nstat_provider_request_vals()
1003 desc->local.v4.sin_port = hash_entry->soflow_lport; in soflow_nstat_provider_request_vals()