knakahara 45be2dc76a Integrate two locks used to protect PPPoE softc. Contributed by s-yamaguchi@IIJ.
PPPOE_SESSION_LOCK protects variables used in PPP packet
processing, on the other hand PPPOE_PARAM_LOCK protects
the other variables used to establish a PPPoE session id.

Those locks isn't acquired in the same time because the
PPP packet processing doesn't work without PPPoE session id.
By the reason, the locks can be integrated into PPPOE_LOCK.

Add locking notes later.
2017-10-12 09:47:21 +00:00
2017-10-10 19:31:56 +00:00
2017-10-12 03:31:39 +00:00
2017-10-07 21:15:48 +00:00
2017-10-08 15:02:33 +00:00
2017-10-10 19:30:06 +00:00
2017-10-11 23:42:33 +00:00
2017-10-10 19:30:41 +00:00
Description
No description provided
3.1 GiB
Languages
C 85.3%
Roff 7.2%
Assembly 3.1%
Shell 1.7%
Makefile 1.2%
Other 0.9%