Re: pf state key link inp

2017-12-23 Thread Alexandr Nedvedicky
Hello, > ok? sure, no objections/comments OK sashan@

pf state key link inp

2017-12-22 Thread Alexander Bluhm
Hi, There is a corner case where linking the inp to the state key does not work in pf. The function pf_inp_link() takes the state key from the mbuf and not the one we have just found. Introduce a new function pf_state_key_link_inpcb() that does exactly that together with some sanity checks. I h