pf: pass struct pf_pdesc to pf_change_ap()
Rather than passing the mbuf pass the struct pf_pdesc pointer. This also
contains the mbuf, as well as other fields (e.g. af, naf) we can use rather than
having to pass them as an argument. We'll make that change in the next commit.
Sponsored by: Rubicon Communications, LLC ("Netgate")