diff options
Diffstat (limited to 'net/ipv6')
| -rw-r--r-- | net/ipv6/tcpv6_offload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/tcpv6_offload.c b/net/ipv6/tcpv6_offload.c index 2ec6bf6a0aa0..c1097c798900 100644 --- a/net/ipv6/tcpv6_offload.c +++ b/net/ipv6/tcpv6_offload.c | |||
| @@ -83,7 +83,7 @@ static int tcp6_gro_complete(struct sk_buff *skb) | |||
| 83 | static const struct net_offload tcpv6_offload = { | 83 | static const struct net_offload tcpv6_offload = { |
| 84 | .callbacks = { | 84 | .callbacks = { |
| 85 | .gso_send_check = tcp_v6_gso_send_check, | 85 | .gso_send_check = tcp_v6_gso_send_check, |
| 86 | .gso_segment = tcp_tso_segment, | 86 | .gso_segment = tcp_gso_segment, |
| 87 | .gro_receive = tcp6_gro_receive, | 87 | .gro_receive = tcp6_gro_receive, |
| 88 | .gro_complete = tcp6_gro_complete, | 88 | .gro_complete = tcp6_gro_complete, |
| 89 | }, | 89 | }, |
