linux/include/net/netfilter/nf_socket.h
<<
>>
Prefs
   1/* SPDX-License-Identifier: GPL-2.0 */
   2#ifndef _NF_SOCK_H_
   3#define _NF_SOCK_H_
   4
   5#include <net/sock.h>
   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
  14