Searched refs:bpf_sk_fullsock (Results 1 – 4 of 4) sorted by relevance
94 sk = bpf_sk_fullsock(sk); in get_tcp_info()
156 sk = bpf_sk_fullsock(sk); in egress_read_sock_fields()
197 static struct bpf_sock *(*bpf_sk_fullsock)(struct bpf_sock *sk) = variable
1830 BPF_CALL_1(bpf_sk_fullsock, struct sock *, sk) in BPF_CALL_1() argument1836 .func = bpf_sk_fullsock,