Searched refs:tcp_timewait_sock (Results 1 – 13 of 13) sorted by relevance
/linux-6.12.1/net/ipv4/ |
D | tcp_minisocks.c | 40 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() 102 struct tcp_timewait_sock *tcptw = tcp_twsk((struct sock *)tw); in tcp_timewait_state_process() 266 static void tcp_time_wait_init(struct sock *sk, struct tcp_timewait_sock *tcptw) in tcp_time_wait_init() 312 struct tcp_timewait_sock *tcptw = tcp_twsk((struct sock *)tw); in tcp_time_wait() 384 struct tcp_timewait_sock *twsk = tcp_twsk(sk); in tcp_twsk_destructor()
|
D | tcp_ipv4.c | 120 const struct tcp_timewait_sock *tcptw = tcp_twsk(sktw); in tcp_twsk_unique() 1039 struct tcp_timewait_sock *tcptw = tcp_twsk(sk); 2439 .twsk_obj_size = sizeof(struct tcp_timewait_sock),
|
D | tcp_ao.c | 315 void tcp_ao_time_wait(struct tcp_timewait_sock *tcptw, struct tcp_sock *tp) in tcp_ao_time_wait()
|
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | bpf_iter_tcp4.c | 147 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()
|
D | bpf_iter_tcp6.c | 152 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.12.1/include/linux/ |
D | tcp.h | 535 struct tcp_timewait_sock { struct 556 static inline struct tcp_timewait_sock *tcp_twsk(const struct sock *sk) in tcp_twsk() argument 558 return (struct tcp_timewait_sock *)sk; in tcp_twsk()
|
D | btf_ids.h | 252 BTF_SOCK_TYPE(BTF_SOCK_TYPE_TCP_TW, tcp_timewait_sock) \
|
D | ipv6.h | 314 struct tcp_timewait_sock tcp6tw_tcp;
|
/linux-6.12.1/include/net/ |
D | tcp_ao.h | 194 void tcp_ao_time_wait(struct tcp_timewait_sock *tcptw, struct tcp_sock *tp); 311 static inline void tcp_ao_time_wait(struct tcp_timewait_sock *tcptw, in tcp_ao_time_wait()
|
D | tcp.h | 902 static inline u32 tcp_tw_tsval(const struct tcp_timewait_sock *tcptw) in tcp_tw_tsval()
|
/linux-6.12.1/tools/include/linux/ |
D | btf_ids.h | 187 BTF_SOCK_TYPE(BTF_SOCK_TYPE_TCP_TW, tcp_timewait_sock) \
|
/linux-6.12.1/net/ipv6/ |
D | tcp_ipv6.c | 1156 struct tcp_timewait_sock *tcptw = tcp_twsk(sk);
|
/linux-6.12.1/net/core/ |
D | filter.c | 11744 BTF_TYPE_EMIT(struct tcp_timewait_sock); in BPF_CALL_1()
|