diff options
author | jkim <jkim@FreeBSD.org> | 2009-11-20 18:49:20 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2009-11-20 18:49:20 +0000 |
commit | 052bc52af74a5ae4eb6c288f7377bef9d10902cf (patch) | |
tree | be30a4b8f4550e5c133425f045691a115092525c /sbin/ipfw/nat.c | |
parent | ca5edf0fbf82952a5abaa900be8d00c8562ca803 (diff) | |
download | FreeBSD-src-052bc52af74a5ae4eb6c288f7377bef9d10902cf.zip FreeBSD-src-052bc52af74a5ae4eb6c288f7377bef9d10902cf.tar.gz |
- Allocate scratch memory on stack instead of pre-allocating it with
the filter as we do from bpf_filter()[1].
- Revert experimental use of contigmalloc(9)/contigfree(9). It has no
performance benefit over malloc(9)/free(9)[2].
Requested by: rwatson[1]
Pointed out by: rwatson, jhb, alc[2]
Diffstat (limited to 'sbin/ipfw/nat.c')
0 files changed, 0 insertions, 0 deletions