Searched refs:rsk_prot (Results 1 – 7 of 7) sorted by relevance
131 chtls_tcp_ops->slab = tcp_prot->rsk_prot->slab; in chtls_init_rsk_ops()132 chtls_tcp_prot->rsk_prot = chtls_tcp_ops; in chtls_init_rsk_ops()
3335 static void req_prot_cleanup(struct request_sock_ops *rsk_prot) in req_prot_cleanup() argument3337 if (!rsk_prot) in req_prot_cleanup()3339 kfree(rsk_prot->slab_name); in req_prot_cleanup()3340 rsk_prot->slab_name = NULL; in req_prot_cleanup()3341 kmem_cache_destroy(rsk_prot->slab); in req_prot_cleanup()3342 rsk_prot->slab = NULL; in req_prot_cleanup()3347 struct request_sock_ops *rsk_prot = prot->rsk_prot; in req_prot_init() local3349 if (!rsk_prot) in req_prot_init()3352 rsk_prot->slab_name = kasprintf(GFP_KERNEL, "request_sock_%s", in req_prot_init()3354 if (!rsk_prot->slab_name) in req_prot_init()[all …]
961 .rsk_prot = &dccp_request_sock_ops,
1049 .rsk_prot = &dccp6_request_sock_ops,
1163 struct request_sock_ops *rsk_prot; member
2043 .rsk_prot = &tcp6_request_sock_ops,
2608 .rsk_prot = &tcp_request_sock_ops,