Searched refs:rsk_prot (Results 1 – 5 of 5) sorted by relevance
3415 static void req_prot_cleanup(struct request_sock_ops *rsk_prot) in req_prot_cleanup() argument3417 if (!rsk_prot) in req_prot_cleanup()3419 kfree(rsk_prot->slab_name); in req_prot_cleanup()3420 rsk_prot->slab_name = NULL; in req_prot_cleanup()3421 kmem_cache_destroy(rsk_prot->slab); in req_prot_cleanup()3422 rsk_prot->slab = NULL; in req_prot_cleanup()3427 struct request_sock_ops *rsk_prot = prot->rsk_prot; in req_prot_init() local3429 if (!rsk_prot) in req_prot_init()3432 rsk_prot->slab_name = kasprintf(GFP_KERNEL, "request_sock_%s", in req_prot_init()3434 if (!rsk_prot->slab_name) in req_prot_init()[all …]
963 .rsk_prot = &dccp_request_sock_ops,
1054 .rsk_prot = &dccp6_request_sock_ops,
2070 .rsk_prot = &tcp6_request_sock_ops,
2636 .rsk_prot = &tcp_request_sock_ops,