Archie Cobbs
|
65b9a0da90
|
Allocate all memory (including within node constructors) with M_NOWAIT
instead of M_WAITOK, to allow for maximum flexibility.
|
2000-09-21 18:01:23 +00:00 |
|
Archie Cobbs
|
57b57be3ec
|
Take advantage of the new unsigned and hex integer types.
|
2000-08-10 22:45:54 +00:00 |
|
Julian Elischer
|
a4ec03cfa8
|
Two simple changes to the kernel internal API for netgraph modules,
to support future work in flow-control and 'packet reject/replace'
processing modes.
reviewed by: phk, archie
|
2000-04-28 17:09:00 +00:00 |
|
Archie Cobbs
|
ab0d3c94db
|
Change definition of NG_BPF_HOOKPROG_SIZE() so as not to require
a structure pointer, just the number of BPF instructions.
|
1999-12-06 18:43:32 +00:00 |
|
Archie Cobbs
|
92a3e5521f
|
New netgraph node type, ng_bpf(8). This node type allows you to
apply bpf(4) filters to data travelling through a netgraph network.
|
1999-12-03 21:21:49 +00:00 |
|