Searched refs:rsk_prot (Results 1 – 6 of 6) sorted by relevance
2803 static void req_prot_cleanup(struct request_sock_ops *rsk_prot) in req_prot_cleanup() argument2805 if (!rsk_prot) in req_prot_cleanup()2807 kfree(rsk_prot->slab_name); in req_prot_cleanup()2808 rsk_prot->slab_name = NULL; in req_prot_cleanup()2809 kmem_cache_destroy(rsk_prot->slab); in req_prot_cleanup()2810 rsk_prot->slab = NULL; in req_prot_cleanup()2815 struct request_sock_ops *rsk_prot = prot->rsk_prot; in req_prot_init() local2817 if (!rsk_prot) in req_prot_init()2820 rsk_prot->slab_name = kasprintf(GFP_KERNEL, "request_sock_%s", in req_prot_init()2822 if (!rsk_prot->slab_name) in req_prot_init()[all …]
952 .rsk_prot = &dccp_request_sock_ops,
1006 .rsk_prot = &dccp6_request_sock_ops,
1041 struct request_sock_ops *rsk_prot; member
1886 .rsk_prot = &tcp6_request_sock_ops,
2340 .rsk_prot = &tcp_request_sock_ops,