CVSROOT:        /cvs
Module name:    src
Changes by:     k...@cvs.openbsd.org    2023/05/07 06:45:21

Modified files:
        sys/net        : pf_osfp.c 

Log message:
Remove net lock from DIOCOSFP{FLUSH,ADD,GET} aka. OS fingerprinting

pf_osfp.c contains all the locking for these three ioctls, everything is
protected by the pf lock;  assert/document it and inline acess to the global
list to eliminate useless function variables.

OK bluhm sashan

Reply via email to