[XFRM]: Cleanup xfrm_msg_min and xfrm_dispatch
authorThomas Graf <tgraf@suug.ch>
Tue, 3 May 2005 21:26:40 +0000 (14:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 May 2005 21:26:40 +0000 (14:26 -0700)
commit492b558b3191319cbc859a9e025bc354d336c261
tree44e4aef7da73c9d4fd0e31bdfe26399f52a9f0cd
parent526bdb80a23b2e10ed4ccc3fcf309c9118d892d6
[XFRM]: Cleanup xfrm_msg_min and xfrm_dispatch

Converts xfrm_msg_min and xfrm_dispatch to use c99 designated
initializers to make greping a little bit easier. Also replaces
two hardcoded message type with meaningful names.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/xfrm.h
net/xfrm/xfrm_user.c