Remove unused structure declarations.
Sponsored by: Yandex LLC
This commit is contained in:
parent
3bcf1e15f7
commit
cac7b140a6
@ -263,17 +263,6 @@ struct ipsecstat {
|
||||
#ifdef _KERNEL
|
||||
#include <sys/counter.h>
|
||||
|
||||
struct ipsec_output_state {
|
||||
struct mbuf *m;
|
||||
struct route *ro;
|
||||
struct sockaddr *dst;
|
||||
};
|
||||
|
||||
struct ipsec_history {
|
||||
int ih_proto;
|
||||
u_int32_t ih_spi;
|
||||
};
|
||||
|
||||
VNET_DECLARE(int, ipsec_debug);
|
||||
#define V_ipsec_debug VNET(ipsec_debug)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user