Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/chelsio/inline_crypto/chtls/
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.3-rc2/net/core/
A Dsock.c3845 if (!rsk_prot) in req_prot_cleanup()
3847 kfree(rsk_prot->slab_name); in req_prot_cleanup()
3848 rsk_prot->slab_name = NULL; in req_prot_cleanup()
3850 rsk_prot->slab = NULL; in req_prot_cleanup()
3855 struct request_sock_ops *rsk_prot = prot->rsk_prot; in req_prot_init() local
3857 if (!rsk_prot) in req_prot_init()
3862 if (!rsk_prot->slab_name) in req_prot_init()
3865 rsk_prot->slab = kmem_cache_create(rsk_prot->slab_name, in req_prot_init()
3866 rsk_prot->obj_size, 0, in req_prot_init()
3870 if (!rsk_prot->slab) { in req_prot_init()
[all …]
/linux-6.3-rc2/net/dccp/
A Dipv4.c978 .rsk_prot = &dccp_request_sock_ops,
A Dipv6.c1058 .rsk_prot = &dccp6_request_sock_ops,
/linux-6.3-rc2/net/ipv6/
A Dtcp_ipv6.c2181 .rsk_prot = &tcp6_request_sock_ops,
/linux-6.3-rc2/include/net/
A Dsock.h1337 struct request_sock_ops *rsk_prot; member
/linux-6.3-rc2/net/ipv4/
A Dtcp_ipv4.c3142 .rsk_prot = &tcp_request_sock_ops,

Completed in 29 milliseconds