Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A 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()
/linux-6.15/net/core/
H A Dsock.c4071 if (!rsk_prot) in req_prot_cleanup()
4073 kfree(rsk_prot->slab_name); in req_prot_cleanup()
4074 rsk_prot->slab_name = NULL; in req_prot_cleanup()
4076 rsk_prot->slab = NULL; in req_prot_cleanup()
4081 struct request_sock_ops *rsk_prot = prot->rsk_prot; in req_prot_init() local
4083 if (!rsk_prot) in req_prot_init()
4088 if (!rsk_prot->slab_name) in req_prot_init()
4091 rsk_prot->slab = kmem_cache_create(rsk_prot->slab_name, in req_prot_init()
4092 rsk_prot->obj_size, 0, in req_prot_init()
4096 if (!rsk_prot->slab) { in req_prot_init()
[all …]
/linux-6.15/net/dccp/
H A Dipv4.c980 .rsk_prot = &dccp_request_sock_ops,
H A Dipv6.c1059 .rsk_prot = &dccp6_request_sock_ops,
/linux-6.15/include/net/
H A Dsock.h1333 struct request_sock_ops *rsk_prot; member
/linux-6.15/net/ipv6/
H A Dtcp_ipv6.c2370 .rsk_prot = &tcp6_request_sock_ops,
/linux-6.15/net/ipv4/
H A Dtcp_ipv4.c3404 .rsk_prot = &tcp_request_sock_ops,