Searched refs:bpf_skc_to_tcp_timewait_sock (Results 1 – 3 of 3) sorted by relevance
224 tw = bpf_skc_to_tcp_timewait_sock(sk_common); in dump_tcp4()
240 tw = bpf_skc_to_tcp_timewait_sock(sk_common); in dump_tcp6()
3299 static struct tcp_timewait_sock *(* const bpf_skc_to_tcp_timewait_sock)(void *sk) = (void *) 138; variable