diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2026-04-12 17:25:57 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2026-04-12 17:25:57 +0000 |
| commit | 8e1513dc67388b8551f202d19440815b8c9120e3 (patch) | |
| tree | e01a45d3d9534d64f582f31a7751ed571a059a94 /sys/netinet6 | |
| parent | abf68d1cf02550c3c0341f5bb90be0d34f655a15 (diff) | |
Diffstat (limited to 'sys/netinet6')
| -rw-r--r-- | sys/netinet6/in6_pcb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/in6_pcb.c b/sys/netinet6/in6_pcb.c index 216051156767..f8ce64a65998 100644 --- a/sys/netinet6/in6_pcb.c +++ b/sys/netinet6/in6_pcb.c @@ -879,7 +879,7 @@ in6_pcblookup_lbgroup(const struct inpcbinfo *pcbinfo, NET_EPOCH_ASSERT(); hdr = &pcbinfo->ipi_lbgrouphashbase[ - INP_PCBPORTHASH(lport, pcbinfo->ipi_lbgrouphashmask)]; + INP_PCBPORTHASH(lport, pcbinfo->ipi_porthashmask)]; /* * Search for an LB group match based on the following criteria: |
