diff options
Diffstat (limited to 'include/net/inet_common.h')
| -rw-r--r-- | include/net/inet_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/inet_common.h b/include/net/inet_common.h index 384b90c62c0b..3ca969cbd161 100644 --- a/include/net/inet_common.h +++ b/include/net/inet_common.h | |||
| @@ -43,7 +43,7 @@ int inet_ctl_sock_create(struct sock **sk, unsigned short family, | |||
| 43 | int inet_recv_error(struct sock *sk, struct msghdr *msg, int len, | 43 | int inet_recv_error(struct sock *sk, struct msghdr *msg, int len, |
| 44 | int *addr_len); | 44 | int *addr_len); |
| 45 | 45 | ||
| 46 | struct sk_buff **inet_gro_receive(struct sk_buff **head, struct sk_buff *skb); | 46 | struct sk_buff *inet_gro_receive(struct list_head *head, struct sk_buff *skb); |
| 47 | int inet_gro_complete(struct sk_buff *skb, int nhoff); | 47 | int inet_gro_complete(struct sk_buff *skb, int nhoff); |
| 48 | struct sk_buff *inet_gso_segment(struct sk_buff *skb, | 48 | struct sk_buff *inet_gso_segment(struct sk_buff *skb, |
| 49 | netdev_features_t features); | 49 | netdev_features_t features); |
