Module Name: src Committed By: riastradh Date: Fri Jan 22 05:15:10 UTC 2016
Modified Files: src/sys/net: if_stf.c src/sys/netinet: in_gif.c ip_encap.c ip_encap.h ip_mroute.c src/sys/netinet6: in6_gif.c src/sys/netipsec: xform_ipip.c Log Message: Don't abuse struct protosw for ip_encap -- introduce struct encapsw. Mostly mechanical change to replace it, culling some now-needless boilerplate around all the users. This does not substantively change the ip_encap API or eliminate abuse of sketchy pointer casts -- that will come later, and will be easier now that it is not tangled up with struct protosw. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/sys/net/if_stf.c cvs rdiff -u -r1.69 -r1.70 src/sys/netinet/in_gif.c cvs rdiff -u -r1.48 -r1.49 src/sys/netinet/ip_encap.c cvs rdiff -u -r1.13 -r1.14 src/sys/netinet/ip_encap.h cvs rdiff -u -r1.134 -r1.135 src/sys/netinet/ip_mroute.c cvs rdiff -u -r1.66 -r1.67 src/sys/netinet6/in6_gif.c cvs rdiff -u -r1.33 -r1.34 src/sys/netipsec/xform_ipip.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.