Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Dsock.c2803 static void req_prot_cleanup(struct request_sock_ops *rsk_prot) in req_prot_cleanup() argument
2805 if (!rsk_prot) in req_prot_cleanup()
2807 kfree(rsk_prot->slab_name); in req_prot_cleanup()
2808 rsk_prot->slab_name = NULL; in req_prot_cleanup()
2809 kmem_cache_destroy(rsk_prot->slab); in req_prot_cleanup()
2810 rsk_prot->slab = NULL; in req_prot_cleanup()
2815 struct request_sock_ops *rsk_prot = prot->rsk_prot; in req_prot_init() local
2817 if (!rsk_prot) in req_prot_init()
2820 rsk_prot->slab_name = kasprintf(GFP_KERNEL, "request_sock_%s", in req_prot_init()
2822 if (!rsk_prot->slab_name) in req_prot_init()
[all …]
/linux-4.4.14/net/dccp/
Dipv4.c952 .rsk_prot = &dccp_request_sock_ops,
Dipv6.c1006 .rsk_prot = &dccp6_request_sock_ops,
/linux-4.4.14/include/net/
Dsock.h1041 struct request_sock_ops *rsk_prot; member
/linux-4.4.14/net/ipv6/
Dtcp_ipv6.c1886 .rsk_prot = &tcp6_request_sock_ops,
/linux-4.4.14/net/ipv4/
Dtcp_ipv4.c2340 .rsk_prot = &tcp_request_sock_ops,