Lines Matching refs:ipsec_support
37 struct ipsec_support;
143 struct ipsec_support { struct
147 extern const struct ipsec_support * const ipv4_ipsec_support; argument
148 extern const struct ipsec_support * const ipv6_ipsec_support;
173 struct ipsec_support { struct
177 extern struct ipsec_support * const ipv4_ipsec_support; argument
178 extern struct ipsec_support * const ipv6_ipsec_support;
180 void ipsec_support_enable(struct ipsec_support * const,
182 void ipsec_support_disable(struct ipsec_support * const);
184 int ipsec_kmod_input(struct ipsec_support * const, struct mbuf *, int, int);
185 int ipsec_kmod_check_policy(struct ipsec_support * const, struct mbuf *,
187 int ipsec_kmod_forward(struct ipsec_support * const, struct mbuf *);
188 int ipsec_kmod_output(struct ipsec_support * const, struct mbuf *,
190 int ipsec_kmod_pcbctl(struct ipsec_support * const, struct inpcb *,
192 int ipsec_kmod_capability(struct ipsec_support * const, struct mbuf *, u_int);
193 size_t ipsec_kmod_hdrsize(struct ipsec_support * const, struct inpcb *);
194 int ipsec_kmod_ctlinput(struct ipsec_support *, ipsec_ctlinput_param_t);
195 int ipsec_kmod_udp_input(struct ipsec_support * const, struct mbuf *, int, int);
196 int ipsec_kmod_udp_pcbctl(struct ipsec_support * const, struct inpcb *,