OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipsec_variant
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/netipsec/
ipsecif.h
47
int ipsecif4_encap_func(struct mbuf *, struct ip *, struct
ipsec_variant
*);
48
int ipsecif4_attach(struct
ipsec_variant
*);
49
int ipsecif4_detach(struct
ipsec_variant
*);
51
int ipsecif6_encap_func(struct mbuf *, struct ip6_hdr *, struct
ipsec_variant
*);
52
int ipsecif6_attach(struct
ipsec_variant
*);
53
int ipsecif6_detach(struct
ipsec_variant
*);
ipsecif.c
74
static int ipsecif_set_natt_ports(struct
ipsec_variant
*, struct mbuf *);
76
static int ipsecif4_output(struct
ipsec_variant
*, int, struct mbuf *);
77
static int ipsecif4_filter4(const struct ip *, struct
ipsec_variant
*,
82
static int ipsecif6_output(struct
ipsec_variant
*, int, struct mbuf *);
83
static int ipsecif6_filter6(const struct ip6_hdr *, struct
ipsec_variant
*,
107
ipsecif_set_natt_ports(struct
ipsec_variant
*var, struct mbuf *m)
133
ipsecif4_prepend_hdr(struct
ipsec_variant
*var, struct mbuf *m,
278
ipsecif4_fragout(struct
ipsec_variant
*var, int family, struct mbuf *m, int mtu)
318
ipsecif4_encap_func(struct mbuf *m, struct ip *ip, struct
ipsec_variant
*var)
369
ipsecif4_output(struct
ipsec_variant
*var, int family, struct mbuf *m
[
all
...]
/src/sys/net/
if_ipsec.h
68
struct
ipsec_variant
{
struct
75
int (*iv_output)(struct
ipsec_variant
*, int, struct mbuf *);
92
struct
ipsec_variant
*ipsec_var; /*
113
if_ipsec_variant_is_configured(struct
ipsec_variant
*var)
120
if_ipsec_variant_is_unconfigured(struct
ipsec_variant
*var)
127
if_ipsec_copy_variant(struct
ipsec_variant
*dst, struct
ipsec_variant
*src)
141
if_ipsec_clear_config(struct
ipsec_variant
*var)
154
* Get
ipsec_variant
from ipsec_softc.
157
*
ipsec_variant
itself is protected not to be freed by lv_psref
[
all
...]
if_ipsec.c
88
static inline int if_ipsec_out_direct(struct
ipsec_variant
*, struct mbuf *, int);
91
static int if_ipsec_encap_attach(struct
ipsec_variant
*);
92
static int if_ipsec_encap_detach(struct
ipsec_variant
*);
100
struct
ipsec_variant
*, struct
ipsec_variant
*);
118
static int if_ipsec_share_sp(struct
ipsec_variant
*);
119
static int if_ipsec_unshare_sp(struct
ipsec_variant
*);
123
static int if_ipsec_add_sp(struct
ipsec_variant
*,
125
static void if_ipsec_del_sp(struct
ipsec_variant
*);
126
static int if_ipsec_replace_sp(struct ipsec_softc *, struct
ipsec_variant
*,
[
all
...]
Completed in 23 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025