Searched refs:rsk_prot (Results 1 – 6 of 6) sorted by relevance
129 chtls_tcp_ops->slab = tcp_prot->rsk_prot->slab; in chtls_init_rsk_ops()130 chtls_tcp_prot->rsk_prot = chtls_tcp_ops; in chtls_init_rsk_ops()
4029 static void req_prot_cleanup(struct request_sock_ops *rsk_prot) in req_prot_cleanup() argument4031 if (!rsk_prot) in req_prot_cleanup()4033 kfree(rsk_prot->slab_name); in req_prot_cleanup()4034 rsk_prot->slab_name = NULL; in req_prot_cleanup()4035 kmem_cache_destroy(rsk_prot->slab); in req_prot_cleanup()4036 rsk_prot->slab = NULL; in req_prot_cleanup()4041 struct request_sock_ops *rsk_prot = prot->rsk_prot; in req_prot_init() local4043 if (!rsk_prot) in req_prot_init()4046 rsk_prot->slab_name = kasprintf(GFP_KERNEL, "request_sock_%s", in req_prot_init()4048 if (!rsk_prot->slab_name) in req_prot_init()[all …]
1066 .rsk_prot = &dccp6_request_sock_ops,
1327 struct request_sock_ops *rsk_prot; member
2367 .rsk_prot = &tcp6_request_sock_ops,
3393 .rsk_prot = &tcp_request_sock_ops,