diff options
Diffstat (limited to 'include/net/udp.h')
| -rw-r--r-- | include/net/udp.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/net/udp.h b/include/net/udp.h index 12dfbfe2e2d7..6c759c8594e2 100644 --- a/include/net/udp.h +++ b/include/net/udp.h @@ -259,7 +259,7 @@ static inline struct sk_buff *skb_recv_udp(struct sock *sk, unsigned int flags,  	return __skb_recv_udp(sk, flags, noblock, &peeked, &off, err);  } -void udp_v4_early_demux(struct sk_buff *skb); +int udp_v4_early_demux(struct sk_buff *skb);  bool udp_sk_rx_dst_set(struct sock *sk, struct dst_entry *dst);  int udp_get_port(struct sock *sk, unsigned short snum,  		 int (*saddr_cmp)(const struct sock *, |