usagi/kernel/linux25/include/net ipv6.h protocol.h xfrm.h usagi/kernel/linux25/net/ipv6 exthdrs.c ip6_input.c mip6.c reassembly.c tcp_ipv6.c udp.c xfrm6_input.c
| Newsgroups | gmane.linux.ipv6.usagi.cvs |
|---|---|
| Message-ID | <[email protected]> |
yoshfuji 2003/04/08 13:48:38 JST
Modified files:
kernel/linux25/include/net ipv6.h protocol.h xfrm.h
kernel/linux25/net/ipv6 exthdrs.c ip6_input.c mip6.c
reassembly.c tcp_ipv6.c udp.c
xfrm6_input.c
Log:
push back offset of the next header field to the caller.
Revision Changes Path
1.14 +1 -1 usagi/kernel/linux25/include/net/ipv6.h
1.3 +1 -1 usagi/kernel/linux25/include/net/protocol.h
1.15 +1 -1 usagi/kernel/linux25/include/net/xfrm.h
1.15 +25 -28 usagi/kernel/linux25/net/ipv6/exthdrs.c
1.8 +7 -5 usagi/kernel/linux25/net/ipv6/ip6_input.c
1.9 +5 -5 usagi/kernel/linux25/net/ipv6/mip6.c
1.4 +11 -13 usagi/kernel/linux25/net/ipv6/reassembly.c
1.10 +1 -1 usagi/kernel/linux25/net/ipv6/tcp_ipv6.c
1.13 +1 -1 usagi/kernel/linux25/net/ipv6/udp.c
1.4 +3 -2 usagi/kernel/linux25/net/ipv6/xfrm6_input.c