CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/01/04 17:55:03
Modified files:
sys/net : pf.c
Log message:
refactor the matching of sk->sk_states entries in pf_find_state()
ive been looking at and trying to comprehend this code for what
feels like months of my life, and the af-to handling in particular.
it wasn't until i found the PF_AFRT handling in pf_test that it
suddenly clicked.
i figure it doesnt hurt to pull the code here apart a bit and put
some comments in place to help future travellers.
ok sashan@