Home
last modified time | relevance | path

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

/linux/net/core/
H A Dsock.c4172 static void tw_prot_cleanup(struct timewait_sock_ops *twsk_prot) in tw_prot_cleanup() argument
4174 if (!twsk_prot) in tw_prot_cleanup()
4176 kfree(twsk_prot->twsk_slab_name); in tw_prot_cleanup()
4177 twsk_prot->twsk_slab_name = NULL; in tw_prot_cleanup()
4178 kmem_cache_destroy(twsk_prot->twsk_slab); in tw_prot_cleanup()
4179 twsk_prot->twsk_slab = NULL; in tw_prot_cleanup()
4184 struct timewait_sock_ops *twsk_prot = prot->twsk_prot; in tw_prot_init() local
4186 if (!twsk_prot) in tw_prot_init()
4189 twsk_prot->twsk_slab_name = kasprintf(GFP_KERNEL, "tw_sock_%s", in tw_prot_init()
4191 if (!twsk_prot->twsk_slab_name) in tw_prot_init()
[all …]
/linux/net/dccp/
H A Dipv4.c
H A Dipv6.c
/linux/net/ipv6/
H A Dtcp_ipv6.c2322 .twsk_prot = &tcp6_timewait_sock_ops,
/linux/net/ipv4/
H A Dtcp_ipv4.c3393 .twsk_prot = &tcp_timewait_sock_ops,