Searched refs:twsk_prot (Results 1 – 8 of 8) sorted by relevance
| /Linux-v6.6/include/net/ |
| D | timewait_sock.h | 25 if (sk->sk_prot->twsk_prot->twsk_unique != NULL) in twsk_unique() 26 return sk->sk_prot->twsk_prot->twsk_unique(sk, sktw, twp); in twsk_unique() 32 if (sk->sk_prot->twsk_prot->twsk_destructor != NULL) in twsk_destructor() 33 sk->sk_prot->twsk_prot->twsk_destructor(sk); in twsk_destructor()
|
| D | sock.h | 1355 struct timewait_sock_ops *twsk_prot; member
|
| /Linux-v6.6/net/core/ |
| D | sock.c | 3838 static void tw_prot_cleanup(struct timewait_sock_ops *twsk_prot) in tw_prot_cleanup() argument 3840 if (!twsk_prot) in tw_prot_cleanup() 3842 kfree(twsk_prot->twsk_slab_name); in tw_prot_cleanup() 3843 twsk_prot->twsk_slab_name = NULL; in tw_prot_cleanup() 3844 kmem_cache_destroy(twsk_prot->twsk_slab); in tw_prot_cleanup() 3845 twsk_prot->twsk_slab = NULL; in tw_prot_cleanup() 3850 struct timewait_sock_ops *twsk_prot = prot->twsk_prot; in tw_prot_init() local 3852 if (!twsk_prot) in tw_prot_init() 3855 twsk_prot->twsk_slab_name = kasprintf(GFP_KERNEL, "tw_sock_%s", in tw_prot_init() 3857 if (!twsk_prot->twsk_slab_name) in tw_prot_init() [all …]
|
| /Linux-v6.6/net/ipv4/ |
| D | inet_timewait_sock.c | 80 kmem_cache_free(tw->tw_prot->twsk_prot->twsk_slab, tw); in inet_twsk_free() 185 tw = kmem_cache_alloc(sk->sk_prot_creator->twsk_prot->twsk_slab, in inet_twsk_alloc()
|
| D | tcp_ipv4.c | 3150 .twsk_prot = &tcp_timewait_sock_ops,
|
| /Linux-v6.6/net/dccp/ |
| D | ipv4.c | 980 .twsk_prot = &dccp_timewait_sock_ops,
|
| D | ipv6.c | 1062 .twsk_prot = &dccp6_timewait_sock_ops,
|
| /Linux-v6.6/net/ipv6/ |
| D | tcp_ipv6.c | 2185 .twsk_prot = &tcp6_timewait_sock_ops,
|