Home
last modified time | relevance | path

Searched refs:TIME_WAIT (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/
H A Dcgroup_tcp_skb.h32 TIME_WAIT, enumerator
/openbmc/linux/kernel/time/
H A Dntp.c441 time_state = TIME_WAIT; in second_overflow()
448 time_state = TIME_WAIT; in second_overflow()
450 case TIME_WAIT: in second_overflow()
834 result = TIME_WAIT; in __do_adjtimex()
840 result = TIME_WAIT; in __do_adjtimex()
/openbmc/linux/tools/testing/selftests/timers/
H A Dleap-a-day.c88 case TIME_WAIT: return "TIME_WAIT"; in time_state_str()
147 if (ret != TIME_WAIT) { in sigalarm()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_tcp_skb.c293 ASSERT_EQ(skel->bss->g_sock_state, TIME_WAIT, "g_sock_state"); in test_cgroup_tcp_skb()
331 ASSERT_EQ(skel->bss->g_sock_state, TIME_WAIT, "g_sock_state"); in test_cgroup_tcp_skb()
/openbmc/linux/include/uapi/linux/
H A Dtimex.h202 #define TIME_WAIT 4 /* leap second has occurred */ macro
/openbmc/linux/Documentation/networking/
H A Dproc_net_tcp.rst54 3 this is a socket in TIME_WAIT state. Not all fields will contain
H A Dipvs-sysctl.rst44 the connection is in TIME_WAIT state (which is only possible if
H A Dsnmp_counter.rst497 and would come to the TIME_WAIT state finally. When kernel has no
H A Dip-sysctl.rst700 we are not conforming to RFC, but prevent TCP TIME_WAIT
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dcgroup_tcp_skb.c167 g_sock_state = TIME_WAIT; in egress_close_local()
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_standalone.c974 XASSIGN(TIME_WAIT, tn); in nf_conntrack_standalone_init_tcp_sysctl()