Re: skbuff.h

2001-04-09 Thread Richard B. Johnson
On Mon, 9 Apr 2001, gis88530 wrote: > Thanks a lot. > Do you know the purpose of csum_partial( ) function? > I can't find out it source code. > Sure. It does a partial checksum of various IP fragments when they are being assembled. By starting with 0 as the input parameter, and the entire lengt

Re: skbuff.h

2001-04-09 Thread Richard B. Johnson
On Mon, 9 Apr 2001, nctucis wrote: > Hi, > > I use 2.2.16 kernel. > I found that there is a sk_buff structure in > "/usr/src/linux/include/linux/skbuff.c", and > there is a variable "unsigned in csum;" in > the sk_buff structure. > > I want to know this checksum check what information. > Could