Home
last modified time | relevance | path

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

/linux-4.1.27/net/core/
Dsock.c2736 static void req_prot_cleanup(struct request_sock_ops *rsk_prot) in req_prot_cleanup() argument
2738 if (!rsk_prot) in req_prot_cleanup()
2740 kfree(rsk_prot->slab_name); in req_prot_cleanup()
2741 rsk_prot->slab_name = NULL; in req_prot_cleanup()
2742 if (rsk_prot->slab) { in req_prot_cleanup()
2743 kmem_cache_destroy(rsk_prot->slab); in req_prot_cleanup()
2744 rsk_prot->slab = NULL; in req_prot_cleanup()
2750 struct request_sock_ops *rsk_prot = prot->rsk_prot; in req_prot_init() local
2752 if (!rsk_prot) in req_prot_init()
2755 rsk_prot->slab_name = kasprintf(GFP_KERNEL, "request_sock_%s", in req_prot_init()
[all …]
/linux-4.1.27/net/dccp/
Dipv4.c974 .rsk_prot = &dccp_request_sock_ops,
Dipv6.c1042 .rsk_prot = &dccp6_request_sock_ops,
/linux-4.1.27/include/net/
Dsock.h1024 struct request_sock_ops *rsk_prot; member
/linux-4.1.27/net/ipv6/
Dtcp_ipv6.c1866 .rsk_prot = &tcp6_request_sock_ops,
/linux-4.1.27/net/ipv4/
Dtcp_ipv4.c2375 .rsk_prot = &tcp_request_sock_ops,