Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _NF_SOCK_H_
0003 #define _NF_SOCK_H_
0004 
0005 #include <net/sock.h>
0006 
0007 struct sock *nf_sk_lookup_slow_v4(struct net *net, const struct sk_buff *skb,
0008                   const struct net_device *indev);
0009 
0010 struct sock *nf_sk_lookup_slow_v6(struct net *net, const struct sk_buff *skb,
0011                   const struct net_device *indev);
0012 
0013 #endif