https://github.com/torvalds/linux
Revision a4b38364093bf2094ff858ad45f490521bb87984 authored by ecashin@coraid.com on 19 April 2005, 05:00:22 UTC, committed by Greg KH on 19 April 2005, 05:00:22 UTC
I can't use list.h, since sk_buff doesn't have a list_head but instead
has two struct sk_buff pointers, and I want to avoid any extra memory
allocation.

send outgoing packets in order

Signed-off-by: Ed L. Cashin <ecashin@coraid.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>


1 parent 0c6f0e7
History
Tip revision: a4b38364093bf2094ff858ad45f490521bb87984 authored by ecashin@coraid.com on 19 April 2005, 05:00:22 UTC
[PATCH] aoe 12/12: send outgoing packets in order
Tip revision: a4b3836

README

back to top