NetBSD-Bugs archive

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

PR/58380 CVS commit: src/sys/netinet



The following reply was made to PR kern/58380; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58380 CVS commit: src/sys/netinet
Date: Sat, 29 Jun 2024 12:59:09 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Sat Jun 29 12:59:09 UTC 2024
 
 Modified Files:
 	src/sys/netinet: if_arp.c ip_flow.c ip_input.c raw_ip.c tcp_input.c
 	    tcp_output.c tcp_syncache.c
 
 Log Message:
 netinet: Use _NET_STAT* API instead of direct array access.
 
 PR kern/58380
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.312 -r1.313 src/sys/netinet/if_arp.c
 cvs rdiff -u -r1.85 -r1.86 src/sys/netinet/ip_flow.c
 cvs rdiff -u -r1.402 -r1.403 src/sys/netinet/ip_input.c
 cvs rdiff -u -r1.184 -r1.185 src/sys/netinet/raw_ip.c
 cvs rdiff -u -r1.438 -r1.439 src/sys/netinet/tcp_input.c
 cvs rdiff -u -r1.219 -r1.220 src/sys/netinet/tcp_output.c
 cvs rdiff -u -r1.6 -r1.7 src/sys/netinet/tcp_syncache.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