cregit-Linux how code gets into the kernel

Release 4.16 include/linux/netfilter_defs.h

Directory: include/linux
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __LINUX_NETFILTER_CORE_H_

#define __LINUX_NETFILTER_CORE_H_

#include <uapi/linux/netfilter.h>

/* in/out/forward only */

#define NF_ARP_NUMHOOKS 3

/* max hook is NF_DN_ROUTE (6), also see uapi/linux/netfilter_decnet.h */

#define NF_DN_NUMHOOKS 7

#if IS_ENABLED(CONFIG_DECNET)
/* Largest hook number + 1, see uapi/linux/netfilter_decnet.h */

#define NF_MAX_HOOKS	NF_DN_NUMHOOKS
#else

#define NF_MAX_HOOKS	NF_INET_NUMHOOKS
#endif

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Florian Westphal2970.73%250.00%
Pablo Neira Ayuso1126.83%125.00%
Greg Kroah-Hartman12.44%125.00%
Total41100.00%4100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.