repo.or.cz
/
linux-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
crypto: atmel-sha - remove unnecessary static in atmel_sha_remove()
[linux-stable.git]
/
include
/
linux
/
netfilter_defs.h
blob
d3a7f8597e821912f95c2e85b7df1d47c475adf7
1
#ifndef __LINUX_NETFILTER_CORE_H_
2
#define __LINUX_NETFILTER_CORE_H_
3
4
#include <uapi/linux/netfilter.h>
5
6
/* Largest hook number + 1, see uapi/linux/netfilter_decnet.h */
7
#define NF_MAX_HOOKS 8
8
9
#endif