Module Name: src Committed By: thorpej Date: Fri Sep 2 03:50:00 UTC 2022
Modified Files: src/sys/net: if.c pktqueue.c pktqueue.h src/sys/netinet: ip_input.c src/sys/netinet6: ip6_input.c Log Message: pktqueue: Re-factor sysctl handling. Provide a new pktq_sysctl_setup() function that attaches standard pktq sysctl nodes below a specified parent node, with either a fixed node ID or CTL_CREATE to dynamically assign node IDs. Make all of the sysctl handlers private to pktqueue.c, and remove the INET- and INET6-specific pktqueue sysctl code from net/if.c. To generate a diff of this commit: cvs rdiff -u -r1.520 -r1.521 src/sys/net/if.c cvs rdiff -u -r1.18 -r1.19 src/sys/net/pktqueue.c cvs rdiff -u -r1.6 -r1.7 src/sys/net/pktqueue.h cvs rdiff -u -r1.401 -r1.402 src/sys/netinet/ip_input.c cvs rdiff -u -r1.224 -r1.225 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.