diff options
author | 2001-06-26 04:57:34 +0000 | |
---|---|---|
committer | 2001-06-26 04:57:34 +0000 | |
commit | 721f245a6d24fb84180b62cbd69b018f1f4c52df (patch) | |
tree | 33c80e4b73fdea569b0bbe73102e54b7226769d6 /usr.bin/ssh/ssh-add.c | |
parent | typo (diff) | |
download | wireguard-openbsd-721f245a6d24fb84180b62cbd69b018f1f4c52df.tar.xz wireguard-openbsd-721f245a6d24fb84180b62cbd69b018f1f4c52df.zip |
avoid m_pulldown (and mbuf alloc/free).
- copy the data content of mbuf to local data structure by m_copydata.
- if we did any NAT operation, copy the updated content back by m_copyback.
XXX PFLOG_PACKET will now log the original packet, before the NAT.
is it correct?
XXX does not do m_copyback on PF_DROP case. is it okay?
Diffstat (limited to 'usr.bin/ssh/ssh-add.c')
0 files changed, 0 insertions, 0 deletions