Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/netipsec



Module Name:    src
Committed By:   maxv
Date:           Wed Feb 21 16:38:15 UTC 2018

Modified Files:
        src/sys/netipsec: ipsec.c

Log Message:
Use inpcb_hdr to reduce the diff between:

        ipsec4_hdrsiz      and ipsec6_hdrsiz
        ipsec4_in_reject   and ipsec6_in_reject
        ipsec4_checkpolicy and ipsec4_checkpolicy

The members of these couples are now identical, and could be merged,
giving only three functions instead of six...


To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 src/sys/netipsec/ipsec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index