summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_bpf.c
Commit message (Collapse)AuthorAgeFilesLines
* Take advantage of the new unsigned and hex integer types.archie2000-08-101-4/+4
|
* Two simple changes to the kernel internal API for netgraph modules,julian2000-04-281-2/+3
| | | | | | | to support future work in flow-control and 'packet reject/replace' processing modes. reviewed by: phk, archie
* Change definition of NG_BPF_HOOKPROG_SIZE() so as not to requirearchie1999-12-061-7/+8
| | | | a structure pointer, just the number of BPF instructions.
* New netgraph node type, ng_bpf(8). This node type allows you toarchie1999-12-031-0/+501
apply bpf(4) filters to data travelling through a netgraph network.
OpenPOWER on IntegriCloud