usagi/kernel/linux25/include/net xfrm.h usagi/kernel/linux25/net/ipv4 ah.c esp.c xfrm_policy.c xfrm_state.c usagi/kernel/linux25/net/ipv6 ah6.c esp6.c usagi/kernel/linux25/net/key af_key.c
| Newsgroups | gmane.linux.ipv6.usagi.cvs |
|---|---|
| Message-ID | <[email protected]> |
yoshfuji 2003/03/10 20:40:13 JST
Modified files: (Branch: bIPSEC-CLEANUP-20030310)
kernel/linux25/include/net xfrm.h
kernel/linux25/net/ipv4 ah.c esp.c xfrm_policy.c xfrm_state.c
kernel/linux25/net/ipv6 ah6.c esp6.c
kernel/linux25/net/key af_key.c
Log:
use xfrm_address_t * as argument for xfrmX_state_find().
Revision Changes Path
1.8.6.4 +3 -2 usagi/kernel/linux25/include/net/xfrm.h
1.5.6.2 +1 -1 usagi/kernel/linux25/net/ipv4/ah.c
1.5.6.2 +1 -1 usagi/kernel/linux25/net/ipv4/esp.c
1.12.6.3 +13 -13 usagi/kernel/linux25/net/ipv4/xfrm_policy.c
1.8.6.4 +18 -16 usagi/kernel/linux25/net/ipv4/xfrm_state.c
1.1.6.1 +1 -1 usagi/kernel/linux25/net/ipv6/ah6.c
1.1.6.1 +1 -1 usagi/kernel/linux25/net/ipv6/esp6.c
1.4.6.2 +2 -2 usagi/kernel/linux25/net/key/af_key.c