]> Git Repo - linux.git/blob - include/net/netfilter/nf_socket.h
vmalloc: back off when the current task is OOM-killed
[linux.git] / include / net / netfilter / nf_socket.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _NF_SOCK_H_
3 #define _NF_SOCK_H_
4
5 #include <net/sock.h>
6
7 struct sock *nf_sk_lookup_slow_v4(struct net *net, const struct sk_buff *skb,
8                                   const struct net_device *indev);
9
10 struct sock *nf_sk_lookup_slow_v6(struct net *net, const struct sk_buff *skb,
11                                   const struct net_device *indev);
12
13 #endif
This page took 0.038129 seconds and 4 git commands to generate.