summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_l2tp.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't use ovbcopy().des2003-04-041-1/+1
|
* Back out M_* changes, per decision of the TRB.imp2003-02-191-7/+7
| | | | Approved by: trb
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-7/+7
| | | | Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andbmilekic2002-12-191-5/+5
| | | | | | | | | | 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++)
* Don't use "NULL" when "0" is really meant.archie2002-08-221-1/+1
|
* New L2TP netgraph node type.archie2002-08-201-0/+1479
Obtained from: Packet Design
OpenPOWER on IntegriCloud