| .. | .. |
|---|
| 34 | 34 | |
|---|
| 35 | 35 | /* only for userspace compatibility */ |
|---|
| 36 | 36 | #ifndef __KERNEL__ |
|---|
| 37 | | -/* Generic cache responses from hook functions. |
|---|
| 38 | | - <= 0x2000 is used for protocol-flags. */ |
|---|
| 39 | | -#define NFC_UNKNOWN 0x4000 |
|---|
| 40 | | -#define NFC_ALTERED 0x8000 |
|---|
| 41 | 37 | |
|---|
| 42 | 38 | /* NF_VERDICT_BITS should be 8 now, but userspace might break if this changes */ |
|---|
| 43 | 39 | #define NF_VERDICT_BITS 16 |
|---|
| .. | .. |
|---|
| 49 | 45 | NF_INET_FORWARD, |
|---|
| 50 | 46 | NF_INET_LOCAL_OUT, |
|---|
| 51 | 47 | NF_INET_POST_ROUTING, |
|---|
| 52 | | - NF_INET_NUMHOOKS |
|---|
| 48 | + NF_INET_NUMHOOKS, |
|---|
| 49 | + NF_INET_INGRESS = NF_INET_NUMHOOKS, |
|---|
| 53 | 50 | }; |
|---|
| 54 | 51 | |
|---|
| 55 | 52 | enum nf_dev_hooks { |
|---|