aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/sock.h')
-rw-r--r--include/net/sock.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/sock.h b/include/net/sock.h
index e02be37a3d91..ad23e80cb8d3 100644
--- a/include/net/sock.h
+++ b/include/net/sock.h
@@ -1575,7 +1575,11 @@ void sock_wfree(struct sk_buff *skb);
1575void skb_orphan_partial(struct sk_buff *skb); 1575void skb_orphan_partial(struct sk_buff *skb);
1576void sock_rfree(struct sk_buff *skb); 1576void sock_rfree(struct sk_buff *skb);
1577void sock_efree(struct sk_buff *skb); 1577void sock_efree(struct sk_buff *skb);
1578#ifdef CONFIG_INET
1578void sock_edemux(struct sk_buff *skb); 1579void sock_edemux(struct sk_buff *skb);
1580#else
1581#define sock_edemux(skb) sock_efree(skb)
1582#endif
1579 1583
1580int sock_setsockopt(struct socket *sock, int level, int op, 1584int sock_setsockopt(struct socket *sock, int level, int op,
1581 char __user *optval, unsigned int optlen); 1585 char __user *optval, unsigned int optlen);