diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 2001-04-21 20:44:52 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 2001-04-21 20:44:52 +0000 |
| commit | bce47f73d38a7571bffc1533034616ca8cd8b01b (patch) | |
| tree | 8594010de72e258e753897f9ad28c0dd55dfe907 /sys/modules/netgraph/bpf | |
| parent | 290f9c1ca18de8cfa8f4d2d59b33ba5f92344ea3 (diff) | |
Notes
Diffstat (limited to 'sys/modules/netgraph/bpf')
| -rw-r--r-- | sys/modules/netgraph/bpf/ng_bpf.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/netgraph/bpf/ng_bpf.4 b/sys/modules/netgraph/bpf/ng_bpf.4 index 9d927d6cb62a..70acb383cdb7 100644 --- a/sys/modules/netgraph/bpf/ng_bpf.4 +++ b/sys/modules/netgraph/bpf/ng_bpf.4 @@ -81,7 +81,7 @@ This node type supports the generic control messages, plus the following: This command sets the filter program that will be applied to incoming data on a hook. The following structure must be supplied as an argument: .Bd -literal -offset 4n -struct ngm_bpf_hookprog { +struct ng_bpf_hookprog { char thisHook[NG_HOOKLEN+1]; /* name of hook */ char ifMatch[NG_HOOKLEN+1]; /* match dest hook */ char ifNotMatch[NG_HOOKLEN+1]; /* !match dest hook */ @@ -111,7 +111,7 @@ This command takes an .Tn ASCII string argument, the hook name, and returns the corresponding -.Dv "struct ngm_bpf_hookprog" +.Dv "struct ng_bpf_hookprog" as shown above. .It Dv NGM_BPF_GET_STATS This command takes an |
