aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/udp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/udp.h')
-rw-r--r--include/linux/udp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/udp.h b/include/linux/udp.h
index 0a9c54e76305..2725c83395bf 100644
--- a/include/linux/udp.h
+++ b/include/linux/udp.h
@@ -77,6 +77,7 @@ struct udp_sock {
77 * For encapsulation sockets. 77 * For encapsulation sockets.
78 */ 78 */
79 int (*encap_rcv)(struct sock *sk, struct sk_buff *skb); 79 int (*encap_rcv)(struct sock *sk, struct sk_buff *skb);
80 int (*encap_err_lookup)(struct sock *sk, struct sk_buff *skb);
80 void (*encap_destroy)(struct sock *sk); 81 void (*encap_destroy)(struct sock *sk);
81 82
82 /* GRO functions for UDP socket */ 83 /* GRO functions for UDP socket */