Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_minisocks.c40 struct tcp_timewait_sock *tcptw = tcp_twsk((struct sock *)tw); in tcp_timewait_check_oow_rate_limit()
55 static void twsk_rcv_nxt_update(struct tcp_timewait_sock *tcptw, u32 seq, in twsk_rcv_nxt_update()
103 struct tcp_timewait_sock *tcptw = tcp_twsk((struct sock *)tw); in tcp_timewait_state_process()
272 static void tcp_time_wait_init(struct sock *sk, struct tcp_timewait_sock *tcptw) in tcp_time_wait_init()
318 struct tcp_timewait_sock *tcptw = tcp_twsk((struct sock *)tw); in tcp_time_wait()
396 struct tcp_timewait_sock *twsk = tcp_twsk(sk); in tcp_twsk_destructor()
H A Dtcp_ipv4.c122 const struct tcp_timewait_sock *tcptw = tcp_twsk(sktw); in tcp_twsk_unique()
1044 struct tcp_timewait_sock *tcptw = tcp_twsk(sk);
2461 .twsk_obj_size = sizeof(struct tcp_timewait_sock),
H A Dtcp_ao.c316 void tcp_ao_time_wait(struct tcp_timewait_sock *tcptw, struct tcp_sock *tp) in tcp_ao_time_wait()
/linux/tools/testing/selftests/bpf/progs/
H 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()
H 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/include/linux/
H A Dtcp.h537 struct tcp_timewait_sock { struct
558 static inline struct tcp_timewait_sock *tcp_twsk(const struct sock *sk) in tcp_twsk() argument
560 return (struct tcp_timewait_sock *)sk; in tcp_twsk()
H A Dipv6.h317 struct tcp_timewait_sock tcp6tw_tcp;
/linux/include/net/
H A Dtcp_ao.h195 void tcp_ao_time_wait(struct tcp_timewait_sock *tcptw, struct tcp_sock *tp);
312 static inline void tcp_ao_time_wait(struct tcp_timewait_sock *tcptw, in tcp_ao_time_wait()
/linux/net/core/
H A Dfilter.c11835 BTF_TYPE_EMIT(struct tcp_timewait_sock); in BPF_CALL_1()