introduce a function to be called when addressing information has changed,
authorhenning <henning@openbsd.org>
Tue, 26 Aug 2008 12:17:10 +0000 (12:17 +0000)
committerhenning <henning@openbsd.org>
Tue, 26 Aug 2008 12:17:10 +0000 (12:17 +0000)
commit9a17359ea40b3bac3f797eec39328d6016d318e3
tree36fb6acd78353f6a98752ac651dd929e290c47af
parent56fef1de0f90b6b5cd12c9937ff204d2c3bdf99d
introduce a function to be called when addressing information has changed,
pf_pkt_addr_changed. atm just clears the state key pointer.
calling this is cleaner than having other parts of the stack clearing
pointers in the pf part of the mbuf packet header directly.
sys/net/pf.c
sys/net/pfvar.h