Searched refs:tcp_ipsec_support (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/netipsec/
H A Dipsec_support.h80 extern const struct tcpmd5_support * const tcp_ipsec_support;
83 (*tcp_ipsec_support->methods->input)(m, __VA_ARGS__)
85 (*tcp_ipsec_support->methods->output)(m, __VA_ARGS__)
87 (*tcp_ipsec_support->methods->pcbctl)(inp, sopt)
94 extern struct tcpmd5_support * const tcp_ipsec_support;
106 tcpmd5_kmod_input(tcp_ipsec_support, m, __VA_ARGS__)
108 tcpmd5_kmod_output(tcp_ipsec_support, m, __VA_ARGS__)
110 tcpmd5_kmod_pcbctl(tcp_ipsec_support, inp, sopt)
H A Dsubr_ipsec.c217 struct tcpmd5_support * const tcp_ipsec_support = &tcpmd5_ipsec; variable
238 KASSERT(tcp_ipsec_support->enabled == 0, ("TCP-MD5 already enabled"));
239 tcp_ipsec_support->methods = methods;
240 tcp_ipsec_support->enabled |= IPSEC_MODULE_ENABLED;
247 if (tcp_ipsec_support->enabled & IPSEC_MODULE_ENABLED) {
248 ipsec_kmod_drain(&tcp_ipsec_support->enabled);
249 tcp_ipsec_support->methods = NULL;
H A Dxform_tcp.c389 const struct tcpmd5_support * const tcp_ipsec_support = &tcpmd5_ipsec; variable

Completed in 112 milliseconds