Lines Matching refs:methods
238 ret = (*sc->methods->method)(args); \
272 .methods = NULL
292 tcpmd5_support_enable(const struct tcpmd5_methods * const methods) in IPSEC_KMOD_METHOD()
296 tcp_ipsec_support->methods = methods; in IPSEC_KMOD_METHOD()
306 tcp_ipsec_support->methods = NULL; in tcpmd5_support_disable()
318 .methods = NULL
326 .methods = NULL
398 const struct ipsec_methods * const methods) in ipsec_support_enable() argument
402 sc->methods = methods; in ipsec_support_enable()
412 sc->methods = NULL; in ipsec_support_disable()