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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user