Searched refs:sk_common (Results 1 – 4 of 4) sorted by relevance
199 struct sock_common *sk_common = ctx->sk_common; in dump_tcp4() local207 if (sk_common == (void *)0) in dump_tcp4()218 if (sk_common->skc_family != AF_INET) in dump_tcp4()221 tp = bpf_skc_to_tcp_sock(sk_common); in dump_tcp4()225 tw = bpf_skc_to_tcp_timewait_sock(sk_common); in dump_tcp4()229 req = bpf_skc_to_tcp_request_sock(sk_common); in dump_tcp4()
215 struct sock_common *sk_common = ctx->sk_common; in dump_tcp6() local223 if (sk_common == (void *)0) in dump_tcp6()234 if (sk_common->skc_family != AF_INET6) in dump_tcp6()237 tp = bpf_skc_to_tcp6_sock(sk_common); in dump_tcp6()241 tw = bpf_skc_to_tcp_timewait_sock(sk_common); in dump_tcp6()245 req = bpf_skc_to_tcp_request_sock(sk_common); in dump_tcp6()
77 struct sock_common *sk_common; member
2680 __bpf_md_ptr(struct sock_common *, sk_common);2685 struct sock_common *sk_common, uid_t uid) in tcp_prog_seq_show() argument2691 ctx.sk_common = sk_common; in tcp_prog_seq_show()2974 struct sock_common *sk_common, uid_t uid) in DEFINE_BPF_ITER_FUNC() argument3013 { offsetof(struct bpf_iter__tcp, sk_common),