diff options
author | Vlad Yasevich <vyasevic@redhat.com> | 2012-11-15 03:49:14 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-11-15 17:36:17 -0500 |
commit | bca49f843eac59cbb1ddd1f4a5d65fcc23b62efd (patch) | |
tree | b3b0e256222b968854154c90ab32bf42b640d1c5 /include/net/protocol.h | |
parent | 8ca896cfdd17f32f5aa2747644733ebf3725360d (diff) |
ipv4: Switch to using the new offload infrastructure.
Switch IPv4 code base to using the new GRO/GSO calls and data.
Signed-off-by: Vlad Yasevich <vyasevic@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/protocol.h')
-rw-r--r-- | include/net/protocol.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/net/protocol.h b/include/net/protocol.h index 637e1bb6a76e..3bb70510b686 100644 --- a/include/net/protocol.h +++ b/include/net/protocol.h | |||
@@ -40,12 +40,6 @@ struct net_protocol { | |||
40 | void (*early_demux)(struct sk_buff *skb); | 40 | void (*early_demux)(struct sk_buff *skb); |
41 | int (*handler)(struct sk_buff *skb); | 41 | int (*handler)(struct sk_buff *skb); |
42 | void (*err_handler)(struct sk_buff *skb, u32 info); | 42 | void (*err_handler)(struct sk_buff *skb, u32 info); |
43 | int (*gso_send_check)(struct sk_buff *skb); | ||
44 | struct sk_buff *(*gso_segment)(struct sk_buff *skb, | ||
45 | netdev_features_t features); | ||
46 | struct sk_buff **(*gro_receive)(struct sk_buff **head, | ||
47 | struct sk_buff *skb); | ||
48 | int (*gro_complete)(struct sk_buff *skb); | ||
49 | unsigned int no_policy:1, | 43 | unsigned int no_policy:1, |
50 | netns_ok:1; | 44 | netns_ok:1; |
51 | }; | 45 | }; |