Searched refs:rsk_prot (Results 1 – 5 of 5) sorted by relevance
4208 static void req_prot_cleanup(struct request_sock_ops *rsk_prot) in req_prot_cleanup() argument4210 if (!rsk_prot) in req_prot_cleanup()4212 kfree(rsk_prot->slab_name); in req_prot_cleanup()4213 rsk_prot->slab_name = NULL; in req_prot_cleanup()4214 kmem_cache_destroy(rsk_prot->slab); in req_prot_cleanup()4215 rsk_prot->slab = NULL; in req_prot_cleanup()4220 struct request_sock_ops *rsk_prot = prot->rsk_prot; in req_prot_init() local4222 if (!rsk_prot) in req_prot_init()4225 rsk_prot->slab_name = kasprintf(GFP_KERNEL, "request_sock_%s", in req_prot_init()4227 if (!rsk_prot->slab_name) in req_prot_init()[all …]
2323 .rsk_prot = &tcp6_request_sock_ops,
3394 .rsk_prot = &tcp_request_sock_ops,