Merge branch 'spectre' of git://git.armlinux.org.uk/~rmk/linux-arm
[linux-block.git] / include / net / netfilter / nf_socket.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
8db4c5be
PNA
2#ifndef _NF_SOCK_H_
3#define _NF_SOCK_H_
4
e5a10bb2 5#include <net/sock.h>
8db4c5be
PNA
6
7struct sock *nf_sk_lookup_slow_v4(struct net *net, const struct sk_buff *skb,
8 const struct net_device *indev);
9
10struct sock *nf_sk_lookup_slow_v6(struct net *net, const struct sk_buff *skb,
11 const struct net_device *indev);
12
13#endif