Home
last modified time | relevance | path

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

/linux/net/core/
H A Dsock.c4208 static void req_prot_cleanup(struct request_sock_ops *rsk_prot) in req_prot_cleanup() argument
4210 if (!rsk_prot) in req_prot_cleanup()
4212 kfree(rsk_prot->slab_name); in req_prot_cleanup()
4213 rsk_prot->slab_name = NULL; in req_prot_cleanup()
4214 kmem_cache_destroy(rsk_prot->slab); in req_prot_cleanup()
4215 rsk_prot->slab = NULL; in req_prot_cleanup()
4220 struct request_sock_ops *rsk_prot = prot->rsk_prot; in req_prot_init() local
4222 if (!rsk_prot) in req_prot_init()
4225 rsk_prot->slab_name = kasprintf(GFP_KERNEL, "request_sock_%s", in req_prot_init()
4227 if (!rsk_prot->slab_name) in req_prot_init()
[all …]
/linux/net/dccp/
H A Dipv4.c
H A Dipv6.c
/linux/net/ipv6/
H A Dtcp_ipv6.c2323 .rsk_prot = &tcp6_request_sock_ops,
/linux/net/ipv4/
H A Dtcp_ipv4.c3394 .rsk_prot = &tcp_request_sock_ops,