lkml.org 
[lkml]   [2011]   [Aug]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
Subject
From
Hi,

trying to modify source file net/sched/sch_generic.c in Linux Kernel
2.6.37.6, add code(+):
+ #include <linux/tcp.h>
+ #include <net/tcp.h>
static int pfifo_fast_enqueue(struct sk_buff *skb, struct Qdisc* qdisc){
+ struct tcphdr *th = tcp_hdr(skb);

}
I just want to get the transport header of the socket buffer.
After recompile the kernel and reboot, the network is unable to startup.

But when i
Where did it make the mistake?

Thanks,
Gavin Ding


\
 
 \ /
  Last update: 2011-08-24 13:47    [W:0.034 / U:0.056 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site