diff options
Diffstat (limited to 'include/linux/udp.h')
| -rw-r--r-- | include/linux/udp.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/udp.h b/include/linux/udp.h index 254a2654400f..e96da4157d04 100644 --- a/include/linux/udp.h +++ b/include/linux/udp.h @@ -70,6 +70,7 @@ struct udp_sock {  	 * For encapsulation sockets.  	 */  	int (*encap_rcv)(struct sock *sk, struct sk_buff *skb); +	void (*encap_err_rcv)(struct sock *sk, struct sk_buff *skb, unsigned int udp_offset);  	int (*encap_err_lookup)(struct sock *sk, struct sk_buff *skb);  	void (*encap_destroy)(struct sock *sk);  | 
