Date: Sun, 27 Jan 2008 02:45:41 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_pppoe.c Message-ID: <200801270245.m0R2jfeJ001920@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801270245.m0R2jfeJ001920>