Source-Changes archive

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

CVS commit: src/sys/netinet6



Module Name:    src
Committed By:   riastradh
Date:           Sat Jun 29 13:00:45 UTC 2024

Modified Files:
        src/sys/netinet6: icmp6.c ip6_flow.c ip6_forward.c ip6_input.c

Log Message:
netinet6: Use _NET_STAT* API instead of direct array access.

XXX Exception: ip6flow_addstats_rt _assigns_ one of the `statistics'
to the current count of ip6 flows in use, and we don't have anything
in the _NET_STAT* API for that.  So for now I abuse the abstraction,
until we sort out this one exceptional case properly.

PR kern/58380


To generate a diff of this commit:
cvs rdiff -u -r1.256 -r1.257 src/sys/netinet6/icmp6.c
cvs rdiff -u -r1.42 -r1.43 src/sys/netinet6/ip6_flow.c
cvs rdiff -u -r1.102 -r1.103 src/sys/netinet6/ip6_forward.c
cvs rdiff -u -r1.227 -r1.228 src/sys/netinet6/ip6_input.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