| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
that we can get rid of of all the spl*() calls, because ng_timeout
handles the locking issues.
|
| |
|
|
|
|
|
| |
correct some indendation, change __FUNCTION__ to __func__ and remove
a local KASSERT definition.
|
|
|
|
|
|
|
| |
introducing a START_NOW command. This command does not send
and GET_IFINDEX message downstream (to wait for the response from
the ETHERNET node), but directly starts the sending process. This allows
one to generate traffic as input for any hook on any node.
|
| |
|
|
|
|
|
|
| |
fiddle around with private queues, because their mutex is not
needed. All this processing should be protected by the netgraph
locking.
|
|
|
|
| |
malloc().
|
|
|
|
|
|
|
| |
the netgraph version.
Correct the return type of a function: it wants to return an error
code, so it cannot be void.
|
|
|
|
| |
Approved by: trb
|
|
|
|
| |
Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
the mbuf allocator flags {M_TRYWAIT, M_DONTWAIT}.
o Fix a bpf_compat issue where malloc() was defined to just call
bpf_alloc() and pass the 'canwait' flag(s) along. It's been changed
to call bpf_alloc() but pass the corresponding M_TRYWAIT or M_DONTWAIT
flag (and only one of those two).
Submitted by: Hiten Pandya <hiten@unixdaemons.com> (hiten->commit_count++)
|
| |
|
|
|
|
| |
More to come.. does not compile (deliberatly.. logic broken)
|
| |
|
|
This is NOT YET CONVERTED TO -current.
This node is a source for preprogrammed packets at a known rate for testing.
I will convert it to -current "in place" but will MFC teh original
pre-conversion variant as that is what is originally submitted.
Man page my me, info from Dave's README.
Submitted by: Dave Chapeskie <dchapeskie@SANDVINE.com>
Obtained from: Sandvine inc.
MFC after: 1 week
|