Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dtimewait_sock.h14 struct timewait_sock_ops { struct
H A Dsock.h1154 struct timewait_sock_ops;
1266 struct timewait_sock_ops *twsk_prot;
/OK3568_Linux_fs/kernel/net/dccp/
H A Dipv4.c936 static struct timewait_sock_ops dccp_timewait_sock_ops = {
H A Dipv6.c1021 static struct timewait_sock_ops dccp6_timewait_sock_ops = {
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dtcp_ipv6.c1861 static struct timewait_sock_ops tcp6_timewait_sock_ops = {
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_ipv4.c2160 static struct timewait_sock_ops tcp_timewait_sock_ops = {
/OK3568_Linux_fs/kernel/net/core/
H A Dsock.c3437 static void tw_prot_cleanup(struct timewait_sock_ops *twsk_prot) in tw_prot_cleanup()