udp: remove headers from UDP packets before queueing
[deliverable/linux.git] / include / net / sock.h
index 09aec75eb1844587e77b045b013e88da1a6d78e5..b75998952482c581e7b980c9d742c8be63a95497 100644 (file)
@@ -1864,6 +1864,7 @@ void sk_reset_timer(struct sock *sk, struct timer_list *timer,
 
 void sk_stop_timer(struct sock *sk, struct timer_list *timer);
 
+int __sock_queue_rcv_skb(struct sock *sk, struct sk_buff *skb);
 int sock_queue_rcv_skb(struct sock *sk, struct sk_buff *skb);
 
 int sock_queue_err_skb(struct sock *sk, struct sk_buff *skb);
This page took 0.046477 seconds and 5 git commands to generate.