cvs commit: src/sys/netgraph ng_pppoe.c
Alexander Motin
mav at FreeBSD.org
Sat Jan 26 18:45:42 PST 2008
mav 2008-01-27 02:45:41 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/netgraph ng_pppoe.c
Log:
MFC rev 1.85-1.86
Remove ng_pppoe_sendpacket() function to simplify code as it is called
as much times as it has cases inside of it.
Split ng_pppoe_rcvdata() function into three hook-specific ones
to simplify code and reduce stack usage.
Revision Changes Path
1.84.2.1 +486 -525 src/sys/netgraph/ng_pppoe.c
More information about the cvs-src
mailing list