DragonFly commits List (threaded) for 2008-09
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/netinet ip_divert.c ip_divert.h ip_input.c ip_output.c ip_var.h
sephe 2008/09/13 01:48:42 PDT
DragonFly src repository
Modified files:
sys/netinet ip_divert.c ip_divert.h ip_input.c
ip_output.c ip_var.h
Log:
- Move IPDIVERT related bits into netinet/ip_divert.c
- Expose ip_reass(), which is used by ip_divert_in()
- Add function ptr ip_divert_p, which will be set to ip_divert(), if IPDIVERT
support is compiled into kernel. ip_divert() dispatches real work to either
ip_divert_in() or ip_divert_out() based on the third parameter
- Hide divert_packet() after above change
Revision Changes Path
1.39 +157 -1 src/sys/netinet/ip_divert.c
1.3 +2 -1 src/sys/netinet/ip_divert.h
1.103 +13 -123 src/sys/netinet/ip_input.c
1.62 +11 -46 src/sys/netinet/ip_output.c
1.27 +2 -0 src/sys/netinet/ip_var.h
http://www.dragonflybsd.org/cvsweb/src/sys/netinet/ip_divert.c.diff?r1=1.38&r2=1.39&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/netinet/ip_divert.h.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/netinet/ip_input.c.diff?r1=1.102&r2=1.103&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/netinet/ip_output.c.diff?r1=1.61&r2=1.62&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/netinet/ip_var.h.diff?r1=1.26&r2=1.27&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]