Home
last modified time | relevance | path

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

/linux/include/net/
A Dtimewait_sock.h25 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()
A Dsock.h1249 struct timewait_sock_ops *twsk_prot; member
/linux/net/core/
A Dsock.c3650 if (!twsk_prot) in tw_prot_cleanup()
3652 kfree(twsk_prot->twsk_slab_name); in tw_prot_cleanup()
3653 twsk_prot->twsk_slab_name = NULL; in tw_prot_cleanup()
3655 twsk_prot->twsk_slab = NULL; in tw_prot_cleanup()
3660 struct timewait_sock_ops *twsk_prot = prot->twsk_prot; in tw_prot_init() local
3662 if (!twsk_prot) in tw_prot_init()
3667 if (!twsk_prot->twsk_slab_name) in tw_prot_init()
3670 twsk_prot->twsk_slab = in tw_prot_init()
3672 twsk_prot->twsk_obj_size, 0, in tw_prot_init()
3675 if (!twsk_prot->twsk_slab) { in tw_prot_init()
[all …]
/linux/net/ipv4/
A Dinet_timewait_sock.c73 kmem_cache_free(tw->tw_prot->twsk_prot->twsk_slab, tw); in inet_twsk_free()
164 tw = kmem_cache_alloc(sk->sk_prot_creator->twsk_prot->twsk_slab, in inet_twsk_alloc()
A Dtcp_ipv4.c3095 .twsk_prot = &tcp_timewait_sock_ops,
/linux/net/dccp/
A Dipv4.c972 .twsk_prot = &dccp_timewait_sock_ops,
A Dipv6.c1057 .twsk_prot = &dccp6_timewait_sock_ops,
/linux/net/ipv6/
A Dtcp_ipv6.c2200 .twsk_prot = &tcp6_timewait_sock_ops,

Completed in 30 milliseconds