Home
last modified time | relevance | path

Searched refs:rsk_prot (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_cm.h129 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()
/kernel/linux/linux-5.10/net/core/
Dsock.c3446 static void req_prot_cleanup(struct request_sock_ops *rsk_prot) in req_prot_cleanup() argument
3448 if (!rsk_prot) in req_prot_cleanup()
3450 kfree(rsk_prot->slab_name); in req_prot_cleanup()
3451 rsk_prot->slab_name = NULL; in req_prot_cleanup()
3452 kmem_cache_destroy(rsk_prot->slab); in req_prot_cleanup()
3453 rsk_prot->slab = NULL; in req_prot_cleanup()
3458 struct request_sock_ops *rsk_prot = prot->rsk_prot; in req_prot_init() local
3460 if (!rsk_prot) in req_prot_init()
3463 rsk_prot->slab_name = kasprintf(GFP_KERNEL, "request_sock_%s", in req_prot_init()
3465 if (!rsk_prot->slab_name) in req_prot_init()
[all …]
/kernel/linux/linux-5.10/net/dccp/
Dipv4.c963 .rsk_prot = &dccp_request_sock_ops,
Dipv6.c1048 .rsk_prot = &dccp6_request_sock_ops,
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
Dtcp_nip.c2281 .rsk_prot = &tcp_nip_request_sock_ops,
/kernel/linux/linux-5.10/include/net/
Dsock.h1252 struct request_sock_ops *rsk_prot; member
/kernel/linux/linux-5.10/net/ipv6/
Dtcp_ipv6.c2169 .rsk_prot = &tcp6_request_sock_ops,
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_ipv4.c2822 .rsk_prot = &tcp_request_sock_ops,