cvs commit: src/sys/netgraph ng_pppoe.c
Alexander Motin
mav at FreeBSD.org
Wed Dec 12 11:14:06 PST 2007
mav 2007-12-12 19:14:05 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/netgraph ng_pppoe.c
Log:
MFC rev 1.84-1.85
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.74.2.5 +485 -524 src/sys/netgraph/ng_pppoe.c
More information about the cvs-src
mailing list