Home
last modified time | relevance | path

Searched refs:tcp_timewait_sock (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/include/linux/
A Dtcp.h480 struct tcp_timewait_sock { struct
498 static inline struct tcp_timewait_sock *tcp_twsk(const struct sock *sk) in tcp_twsk() argument
500 return (struct tcp_timewait_sock *)sk; in tcp_twsk()
A Dbtf_ids.h237 BTF_SOCK_TYPE(BTF_SOCK_TYPE_TCP_TW, tcp_timewait_sock) \
A Dipv6.h328 struct tcp_timewait_sock tcp6tw_tcp;
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dbpf_iter_tcp4.c147 static int dump_tw_sock(struct seq_file *seq, struct tcp_timewait_sock *ttw, in dump_tw_sock()
200 struct tcp_timewait_sock *tw; in dump_tcp4()
A Dbpf_iter_tcp6.c152 static int dump_tw_sock(struct seq_file *seq, struct tcp_timewait_sock *ttw, in dump_tw_sock()
216 struct tcp_timewait_sock *tw; in dump_tcp6()
/linux-6.3-rc2/net/ipv4/
A Dtcp_minisocks.c39 struct tcp_timewait_sock *tcptw = tcp_twsk((struct sock *)tw); in tcp_timewait_check_oow_rate_limit()
89 struct tcp_timewait_sock *tcptw = tcp_twsk((struct sock *)tw); in tcp_timewait_state_process()
243 static void tcp_time_wait_init(struct sock *sk, struct tcp_timewait_sock *tcptw) in tcp_time_wait_init()
290 struct tcp_timewait_sock *tcptw = tcp_twsk((struct sock *)tw); in tcp_time_wait()
356 struct tcp_timewait_sock *twsk = tcp_twsk(sk); in tcp_twsk_destructor()
A Dtcp_ipv4.c113 const struct tcp_timewait_sock *tcptw = tcp_twsk(sktw); in tcp_twsk_unique()
947 struct tcp_timewait_sock *tcptw = tcp_twsk(sk); in tcp_v4_timewait_ack()
2231 .twsk_obj_size = sizeof(struct tcp_timewait_sock),
/linux-6.3-rc2/tools/include/linux/
A Dbtf_ids.h176 BTF_SOCK_TYPE(BTF_SOCK_TYPE_TCP_TW, tcp_timewait_sock) \
/linux-6.3-rc2/net/ipv6/
A Dtcp_ipv6.c1100 struct tcp_timewait_sock *tcptw = tcp_twsk(sk); in tcp_v6_timewait_ack()
/linux-6.3-rc2/net/core/
A Dfilter.c11467 BTF_TYPE_EMIT(struct tcp_timewait_sock); in BPF_CALL_1()

Completed in 43 milliseconds