Link Layer header
From: Abhishek Joshi (ajoshi_at_email.arizona.edu)
Date: 08/25/03
- Previous message: Jim Keniston: "Subject: [PATCH 3/4] Net device error logging, revised (e1000)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: <linux-kernel@vger.kernel.org> Date: Mon, 25 Aug 2003 14:56:06 -0700
Hi All,
> My doubt is ----In function ip_build_xmit , when ip is setting up skb
> header,it is using skb_reserve(skb,hh_len),which i guess is for setting
> up a headroom in skb for Link layer header.After coming out of this
function
> it is calling dev_queue_xmit().Out here also after certain processings it
> is forwarding the skb struct to hard_start_xmit() function of the device
> driver and in the book it says that hard_start_xmit() function sends the
> header.
> So, could u please tell me where particularly , kernel is adding Link
> Header.
rgds
abhi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Jim Keniston: "Subject: [PATCH 3/4] Net device error logging, revised (e1000)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|