Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/net/core/
H A Dsock.c3882 static void req_prot_cleanup(struct request_sock_ops *rsk_prot) in req_prot_cleanup() argument
3884 if (!rsk_prot) in req_prot_cleanup()
3886 kfree(rsk_prot->slab_name); in req_prot_cleanup()
3887 rsk_prot->slab_name = NULL; in req_prot_cleanup()
3888 kmem_cache_destroy(rsk_prot->slab); in req_prot_cleanup()
3889 rsk_prot->slab = NULL; in req_prot_cleanup()
3894 struct request_sock_ops *rsk_prot = prot->rsk_prot; in req_prot_init() local
3896 if (!rsk_prot) in req_prot_init()
3899 rsk_prot->slab_name = kasprintf(GFP_KERNEL, "request_sock_%s", in req_prot_init()
3901 if (!rsk_prot->slab_name) in req_prot_init()
[all …]
/openbmc/linux/net/dccp/
H A Dipv4.c982 .rsk_prot = &dccp_request_sock_ops,
H A Dipv6.c1064 .rsk_prot = &dccp6_request_sock_ops,
/openbmc/linux/include/net/
H A Dsock.h1356 struct request_sock_ops *rsk_prot; member
/openbmc/linux/net/ipv6/
H A Dtcp_ipv6.c2179 .rsk_prot = &tcp6_request_sock_ops,
/openbmc/linux/net/ipv4/
H A Dtcp_ipv4.c3166 .rsk_prot = &tcp_request_sock_ops,