Searched refs:rsk_prot (Results 1 – 8 of 8) 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()
3460 static void req_prot_cleanup(struct request_sock_ops *rsk_prot) in req_prot_cleanup() argument3462 if (!rsk_prot) in req_prot_cleanup()3464 kfree(rsk_prot->slab_name); in req_prot_cleanup()3465 rsk_prot->slab_name = NULL; in req_prot_cleanup()3466 kmem_cache_destroy(rsk_prot->slab); in req_prot_cleanup()3467 rsk_prot->slab = NULL; in req_prot_cleanup()3472 struct request_sock_ops *rsk_prot = prot->rsk_prot; in req_prot_init() local3474 if (!rsk_prot) in req_prot_init()3477 rsk_prot->slab_name = kasprintf(GFP_KERNEL, "request_sock_%s", in req_prot_init()3479 if (!rsk_prot->slab_name) in req_prot_init()[all …]
963 .rsk_prot = &dccp_request_sock_ops,
1046 .rsk_prot = &dccp6_request_sock_ops,
2287 .rsk_prot = &tcp_nip_request_sock_ops,
1267 struct request_sock_ops *rsk_prot; member
2164 .rsk_prot = &tcp6_request_sock_ops,
2832 .rsk_prot = &tcp_request_sock_ops,