]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/net/sock.h
net-timestamp: Make the clone operation stand-alone from phy timestamping
[karo-tx-linux.git] / include / net / sock.h
index 7f2ab72f321a4bd437800ab551a5aff3a9eab44a..e02be37a3d912f0f2335de90ad1b9a7ccff1e411 100644 (file)
@@ -1574,6 +1574,7 @@ struct sk_buff *sock_wmalloc(struct sock *sk, unsigned long size, int force,
 void sock_wfree(struct sk_buff *skb);
 void skb_orphan_partial(struct sk_buff *skb);
 void sock_rfree(struct sk_buff *skb);
+void sock_efree(struct sk_buff *skb);
 void sock_edemux(struct sk_buff *skb);
 
 int sock_setsockopt(struct socket *sock, int level, int op,
@@ -2041,6 +2042,7 @@ 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_err_skb(struct sock *sk, struct sk_buff *skb);
+struct sk_buff *sock_dequeue_err_skb(struct sock *sk);
 
 /*
  *     Recover an error report and clear atomically