diff options
Diffstat (limited to 'include/net/udp.h')
| -rw-r--r-- | include/net/udp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/udp.h b/include/net/udp.h index 81afdacd4fff..8482a990b0bb 100644 --- a/include/net/udp.h +++ b/include/net/udp.h | |||
| @@ -170,8 +170,8 @@ static inline void udp_csum_pull_header(struct sk_buff *skb) | |||
| 170 | typedef struct sock *(*udp_lookup_t)(struct sk_buff *skb, __be16 sport, | 170 | typedef struct sock *(*udp_lookup_t)(struct sk_buff *skb, __be16 sport, |
| 171 | __be16 dport); | 171 | __be16 dport); |
| 172 | 172 | ||
| 173 | struct sk_buff **udp_gro_receive(struct sk_buff **head, struct sk_buff *skb, | 173 | struct sk_buff *udp_gro_receive(struct list_head *head, struct sk_buff *skb, |
| 174 | struct udphdr *uh, udp_lookup_t lookup); | 174 | struct udphdr *uh, udp_lookup_t lookup); |
| 175 | int udp_gro_complete(struct sk_buff *skb, int nhoff, udp_lookup_t lookup); | 175 | int udp_gro_complete(struct sk_buff *skb, int nhoff, udp_lookup_t lookup); |
| 176 | 176 | ||
| 177 | struct sk_buff *__udp_gso_segment(struct sk_buff *gso_skb, | 177 | struct sk_buff *__udp_gso_segment(struct sk_buff *gso_skb, |
