Swap faddr/laddr and fport/lport arguments in call to stoeplitz_ipXport().
authorpatrick <patrick@openbsd.org>
Thu, 11 Feb 2021 10:41:19 +0000 (10:41 +0000)
committerpatrick <patrick@openbsd.org>
Thu, 11 Feb 2021 10:41:19 +0000 (10:41 +0000)
commitf5bb2424450655985b56f370e46a511bf608164c
treece4bd07cfd35ac5c57d5721ecb69425946030d54
parentab26eabfedbc645ec78cced73ba1bb89adacf0c1
Swap faddr/laddr and fport/lport arguments in call to stoeplitz_ipXport().
Technically the whole point of the stoeplitz API is that it's symmetric,
meaning that the order of addresses and ports doesn't matter and will produce
the same hash value.

Coverity CID 1501717
ok dlg@
sys/netinet/in_pcb.c
sys/netinet6/in6_pcb.c