mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 08:03:01 +09:00
[NET]: Add software TSOv4
This patch adds the GSO implementation for IPv4 TCP. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
f6a78bfcb1
commit
f4c50d990d
@@ -36,6 +36,7 @@
|
||||
struct net_protocol {
|
||||
int (*handler)(struct sk_buff *skb);
|
||||
void (*err_handler)(struct sk_buff *skb, u32 info);
|
||||
struct sk_buff *(*gso_segment)(struct sk_buff *skb, int sg);
|
||||
int no_policy;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user