Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dtcp.h442 struct tcp_timewait_sock { struct
460 static inline struct tcp_timewait_sock *tcp_twsk(const struct sock *sk) in tcp_twsk() argument
462 return (struct tcp_timewait_sock *)sk; in tcp_twsk()
Dbtf_ids.h172 BTF_SOCK_TYPE(BTF_SOCK_TYPE_TCP_TW, tcp_timewait_sock) \
Dipv6.h321 struct tcp_timewait_sock tcp6tw_tcp;
/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dbpf_iter_tcp4.c148 static int dump_tw_sock(struct seq_file *seq, struct tcp_timewait_sock *ttw, in dump_tw_sock()
201 struct tcp_timewait_sock *tw; in dump_tcp4()
Dbpf_iter_tcp6.c153 static int dump_tw_sock(struct seq_file *seq, struct tcp_timewait_sock *ttw, in dump_tw_sock()
217 struct tcp_timewait_sock *tw; in dump_tcp6()
/Linux-v5.10/net/ipv4/
Dtcp_minisocks.c46 struct tcp_timewait_sock *tcptw = tcp_twsk((struct sock *)tw); in tcp_timewait_check_oow_rate_limit()
96 struct tcp_timewait_sock *tcptw = tcp_twsk((struct sock *)tw); in tcp_timewait_state_process()
263 struct tcp_timewait_sock *tcptw = tcp_twsk((struct sock *)tw); in tcp_time_wait()
348 struct tcp_timewait_sock *twsk = tcp_twsk(sk); in tcp_twsk_destructor()
Dtcp_ipv4.c110 const struct tcp_timewait_sock *tcptw = tcp_twsk(sktw); in tcp_twsk_unique()
913 struct tcp_timewait_sock *tcptw = tcp_twsk(sk); in tcp_v4_timewait_ack()
2139 .twsk_obj_size = sizeof(struct tcp_timewait_sock),
/Linux-v5.10/tools/include/linux/
Dbtf_ids.h172 BTF_SOCK_TYPE(BTF_SOCK_TYPE_TCP_TW, tcp_timewait_sock) \
/Linux-v5.10/net/ipv6/
Dtcp_ipv6.c1102 struct tcp_timewait_sock *tcptw = tcp_twsk(sk); in tcp_v6_timewait_ack()
/Linux-v5.10/net/core/
Dfilter.c10342 BTF_TYPE_EMIT(struct tcp_timewait_sock); in BPF_CALL_1()