diff options
Diffstat (limited to 'include/net/sock.h')
-rw-r--r-- | include/net/sock.h | 4 |
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); | |||
1575 | void skb_orphan_partial(struct sk_buff *skb); | 1575 | void skb_orphan_partial(struct sk_buff *skb); |
1576 | void sock_rfree(struct sk_buff *skb); | 1576 | void sock_rfree(struct sk_buff *skb); |
1577 | void sock_efree(struct sk_buff *skb); | 1577 | void sock_efree(struct sk_buff *skb); |
1578 | #ifdef CONFIG_INET | ||
1578 | void sock_edemux(struct sk_buff *skb); | 1579 | void sock_edemux(struct sk_buff *skb); |
1580 | #else | ||
1581 | #define sock_edemux(skb) sock_efree(skb) | ||
1582 | #endif | ||
1579 | 1583 | ||
1580 | int sock_setsockopt(struct socket *sock, int level, int op, | 1584 | int sock_setsockopt(struct socket *sock, int level, int op, |
1581 | char __user *optval, unsigned int optlen); | 1585 | char __user *optval, unsigned int optlen); |