Home
last modified time | relevance | path

Searched refs:timewait_sock_ops (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/net/
Dtimewait_sock.h14 struct timewait_sock_ops { struct
Dsock.h1141 struct timewait_sock_ops;
1253 struct timewait_sock_ops *twsk_prot;
/kernel/linux/linux-5.10/net/dccp/
Dipv4.c936 static struct timewait_sock_ops dccp_timewait_sock_ops = {
Dipv6.c1021 static struct timewait_sock_ops dccp6_timewait_sock_ops = {
/kernel/linux/linux-5.10/net/ipv6/
Dtcp_ipv6.c1863 static struct timewait_sock_ops tcp6_timewait_sock_ops = {
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_ipv4.c2160 static struct timewait_sock_ops tcp_timewait_sock_ops = {
/kernel/linux/linux-5.10/net/core/
Dsock.c3436 static void tw_prot_cleanup(struct timewait_sock_ops *twsk_prot) in tw_prot_cleanup()