Searched refs:rsk_prot (Results 1 – 7 of 7) 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()
3686 if (!rsk_prot) in req_prot_cleanup()3688 kfree(rsk_prot->slab_name); in req_prot_cleanup()3689 rsk_prot->slab_name = NULL; in req_prot_cleanup()3691 rsk_prot->slab = NULL; in req_prot_cleanup()3696 struct request_sock_ops *rsk_prot = prot->rsk_prot; in req_prot_init() local3698 if (!rsk_prot) in req_prot_init()3703 if (!rsk_prot->slab_name) in req_prot_init()3706 rsk_prot->slab = kmem_cache_create(rsk_prot->slab_name, in req_prot_init()3707 rsk_prot->obj_size, 0, in req_prot_init()3711 if (!rsk_prot->slab) { in req_prot_init()[all …]
971 .rsk_prot = &dccp_request_sock_ops,
1056 .rsk_prot = &dccp6_request_sock_ops,
1248 struct request_sock_ops *rsk_prot; member
2201 .rsk_prot = &tcp6_request_sock_ops,
3096 .rsk_prot = &tcp_request_sock_ops,
Completed in 32 milliseconds