cvs commit: src/sys/netgraph ng_pppoe.c
Alexander Motin
mav at FreeBSD.org
Sun Mar 9 20:05:45 UTC 2008
mav 2008-03-09 20:05:40 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/netgraph ng_pppoe.c
Log:
MFC rev. 1.93-1.94
Make session ID generator to use session ID hash.
Make session ID generator thread-safe.
Use more compact LIST instead of TAILQ for session hash.
Add all listening hooks into LIST to simplify searches.
Use ng_findhook() instead of own equal implementation.
Revision Changes Path
1.74.2.10 +67 -100 src/sys/netgraph/ng_pppoe.c
More information about the cvs-src
mailing list