diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2006-07-03 19:47:27 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-07-03 19:47:27 -0700 |
commit | 4bdbf6c033ba05bff65f69989baccd7103c5a530 (patch) | |
tree | e4559c8222b066113d441b9545744a1c2bd569fc /include/linux/poison.h | |
parent | 6508871eddbbd3e62799f3b6182a6a4fd3ef31d5 (diff) | |
download | linux-3.10-4bdbf6c033ba05bff65f69989baccd7103c5a530.tar.gz linux-3.10-4bdbf6c033ba05bff65f69989baccd7103c5a530.tar.bz2 linux-3.10-4bdbf6c033ba05bff65f69989baccd7103c5a530.zip |
[NET]: add+use poison defines
Add and use poison defines in net/.
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/poison.h')
-rw-r--r-- | include/linux/poison.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/poison.h b/include/linux/poison.h index a5347c02432..05d7d0fd6bd 100644 --- a/include/linux/poison.h +++ b/include/linux/poison.h @@ -45,6 +45,10 @@ /********** drivers/atm/ **********/ #define ATM_POISON_FREE 0x12 +/********** net/ **********/ +#define NEIGHBOR_DEAD 0xdeadbeef +#define NETFILTER_LINK_POISON 0xdead57ac + /********** kernel/mutexes **********/ #define MUTEX_DEBUG_INIT 0x11 #define MUTEX_DEBUG_FREE 0x22 |