Page MenuHomeFreeBSD

ip_reass: use callout(9) directly instead of pr_slowtimo
ClosedPublic

Authored by glebius on Aug 16 2022, 10:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Dec 17, 8:32 PM
Unknown Object (File)
Nov 23 2024, 3:08 PM
Unknown Object (File)
Nov 20 2024, 11:03 PM
Unknown Object (File)
Nov 15 2024, 2:18 PM
Unknown Object (File)
Nov 3 2024, 2:06 PM
Unknown Object (File)
Oct 18 2024, 9:53 AM
Unknown Object (File)
Oct 17 2024, 12:45 PM
Unknown Object (File)
Oct 3 2024, 3:58 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

melifaro added inline comments.
sys/netinet/ip_reass.c
559

It this still valid?

573

Nit: I'd rather have per-VNET code in a separate static function, to improve readability.

This revision is now accepted and ready to land.Aug 17 2022, 3:53 PM
This revision now requires review to proceed.Aug 17 2022, 4:59 PM
This revision is now accepted and ready to land.Aug 17 2022, 6:16 PM