cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

nf_socket.h (346B)


      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