Simplify logic for LRO packet tracking in ix(4). Protect against
authorbluhm <bluhm@openbsd.org>
Fri, 28 Jul 2023 20:25:08 +0000 (20:25 +0000)
committerbluhm <bluhm@openbsd.org>
Fri, 28 Jul 2023 20:25:08 +0000 (20:25 +0000)
commit6326826ed871d8e86393af49f36e6bf2113e959a
tree3186fa42890532de15d5b403e30a9762817bb51b
parentf4536fd1d7289a196c9bd3755ef54acb99250698
Simplify logic for LRO packet tracking in ix(4).  Protect against
integer overflow although it should not happen.

test and OK jan@
sys/dev/pci/if_ix.c