Clarify comment to "Code borrowed from if_fxp.c" to deal with running

out of fragments.

Suggested by:	jhb
This commit is contained in:
Doug Ambrisko 2002-09-18 21:32:48 +00:00
parent cef7a339ba
commit 724b7a2be2

View File

@ -1525,7 +1525,7 @@ ste_encap(sc, c, m_head)
/*
* We ran out of segments. We have to recopy this
* mbuf chain first. Bail out if we can't get the
* new buffers from if_fxp.c
* new buffers. Code borrowed from if_fxp.c
*/
MGETHDR(mn, M_DONTWAIT, MT_DATA);
if (mn == NULL) {