netinet6: Add a struct socket declaration to ip6_var.h

MFC after:	1 week
Reported by:	Ian FREISLICH <ianfreislich@gmail.com>
This commit is contained in:
Mark Johnston
2026-02-12 13:59:40 +00:00
parent c3f945eac4
commit be393b6f04
+2 -1
View File
@@ -372,9 +372,10 @@ VNET_DECLARE(bool, ip6_log_cannot_forward);
#define V_ip6_log_cannot_forward VNET(ip6_log_cannot_forward)
extern struct pr_usrreqs rip6_usrreqs;
struct sockopt;
struct inpcb;
struct socket;
struct sockopt;
struct ucred;
int icmp6_ctloutput(struct socket *, struct sockopt *sopt);