lkml.org 
[lkml]   [2000]   [Aug]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: Any good _online_ kernel BSD sockets reference out there??
Date
From
> What I still don't understand is how the network layer will pass the
> request directly to the driver _without_ goind through the INET (IP)
> layer ... Do you know of any src code that I could use as a reference??
> Src code that does the "request passing" would be good too ... :)

AF_PACKET sockets allocate an sk_buff, copy the data into it and call
dev_queue_xmit() to hand the packet as is to the driver

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:38    [W:0.074 / U:0.440 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site