Searched refs:rsk_prot (Results 1 – 6 of 6) sorted by relevance
2736 static void req_prot_cleanup(struct request_sock_ops *rsk_prot) in req_prot_cleanup() argument2738 if (!rsk_prot) in req_prot_cleanup()2740 kfree(rsk_prot->slab_name); in req_prot_cleanup()2741 rsk_prot->slab_name = NULL; in req_prot_cleanup()2742 if (rsk_prot->slab) { in req_prot_cleanup()2743 kmem_cache_destroy(rsk_prot->slab); in req_prot_cleanup()2744 rsk_prot->slab = NULL; in req_prot_cleanup()2750 struct request_sock_ops *rsk_prot = prot->rsk_prot; in req_prot_init() local2752 if (!rsk_prot) in req_prot_init()2755 rsk_prot->slab_name = kasprintf(GFP_KERNEL, "request_sock_%s", in req_prot_init()[all …]
974 .rsk_prot = &dccp_request_sock_ops,
1042 .rsk_prot = &dccp6_request_sock_ops,
1024 struct request_sock_ops *rsk_prot; member
1866 .rsk_prot = &tcp6_request_sock_ops,
2375 .rsk_prot = &tcp_request_sock_ops,