mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-23 20:24:12 +08:00
net/packet: Fix a comment about network_header
skb->nh.raw has been renamed as skb->network_header in 2007, in
commit b0e380b1d8
("[SK_BUFF]: unions of just one member don't get
anything done, kill them")
So here we change it to the new name.
Cc: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
Signed-off-by: Xie He <xie.he.0141@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a78766d937
commit
09599729ee
@ -142,7 +142,7 @@ dev->header_ops == NULL (ll header is invisible to us)
|
||||
mac_header -> data
|
||||
data -> data
|
||||
|
||||
We should set nh.raw on output to correct posistion,
|
||||
We should set network_header on output to the correct position,
|
||||
packet classifier depends on it.
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user