aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/mount.h
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2005-11-29 00:11:01 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2005-11-29 00:11:01 +0000
commit99b41b34fb02b1bc07d75fd22ffedd49c6d9b68c (patch)
tree92ed2a7dd6a58e67c18b475aa3889747d223a489 /sys/sys/mount.h
parent9fb0767374acc0c89f0462bda9128825a4b663a3 (diff)
downloadsrc-99b41b34fb02b1bc07d75fd22ffedd49c6d9b68c.tar.gz
src-99b41b34fb02b1bc07d75fd22ffedd49c6d9b68c.zip
First step in removing welding between ipfw(4) and dummynet.
o Do not use ipfw_insn_pipe->pipe_ptr in locate_flowset(). The _ipfw_insn_pipe isn't touched by this commit to preserve ABI compatibility. o To optimize the lookup of the pipe/flowset in locate_flowset() introduce hashes for pipes and queues: - To preserve ABI compatibility utilize the place of global list pointer for SLIST_ENTRY. - Introduce locate_flowset(queue nr) and locate_pipe(pipe nr). o Rework all the dummynet code to deal with the hashes, not global lists. Also did some style(9) changes in the code blocks that were touched by this sweep: - Be conservative about flowset and pipe variable names on stack, use "fs" and "pipe" everywhere. - Cleanup whitespaces. - Sort variables. - Give variables more meaningful names. - Uppercase and dots in comments. - ENOMEM when malloc(9) failed.
Notes
Notes: svn path=/head/; revision=152910
Diffstat (limited to 'sys/sys/mount.h')
0 files changed, 0 insertions, 0 deletions