usagi/kernel/linux25/include/net xfrm.h usagi/kernel/linux25/net netsyms.c usagi/kernel/linux25/net/ipv4 ah.c esp.c xfrm_input.c xfrm_policy.c xfrm_state.c xfrm_user.c usagi/kernel/linux25/net/key af_key.c
| Newsgroups | gmane.linux.ipv6.usagi.cvs |
|---|---|
| Message-ID | <[email protected]> |
yoshfuji 2003/03/01 23:11:00 JST
Modified files:
kernel/linux25/include/net xfrm.h
kernel/linux25/net netsyms.c
kernel/linux25/net/ipv4 ah.c esp.c xfrm_input.c xfrm_policy.c
xfrm_state.c xfrm_user.c
kernel/linux25/net/key af_key.c
Log:
use xfrm4_XXX() instead of xfrm_XXX() for IPv4 specific functions.
Revision Changes Path
1.5 +5 -5 usagi/kernel/linux25/include/net/xfrm.h
1.14 +2 -2 usagi/kernel/linux25/net/netsyms.c
1.3 +1 -1 usagi/kernel/linux25/net/ipv4/ah.c
1.3 +1 -1 usagi/kernel/linux25/net/ipv4/esp.c
1.3 +1 -1 usagi/kernel/linux25/net/ipv4/xfrm_input.c
1.11 +5 -5 usagi/kernel/linux25/net/ipv4/xfrm_policy.c
1.7 +5 -5 usagi/kernel/linux25/net/ipv4/xfrm_state.c
1.2 +112 -34 usagi/kernel/linux25/net/ipv4/xfrm_user.c
1.3 +2 -2 usagi/kernel/linux25/net/key/af_key.c