Home
last modified time | relevance | path

Searched refs:bpf_tcp_sock (Results 1 - 2 of 2) sorted by relevance

/third_party/libbpf/src/
H A Dbpf_helper_defs.h16 struct bpf_tcp_sock;
2441 * bpf_tcp_sock
2443 * This helper gets a **struct bpf_tcp_sock** pointer from a
2447 * A **struct bpf_tcp_sock** pointer on success, or **NULL** in
2450 static struct bpf_tcp_sock *(*bpf_tcp_sock)(struct bpf_sock *sk) = (void *) 96; variable
2487 * **bpf_sk_fullsock**\ () or **bpf_tcp_sock**\ () to access the
/third_party/libbpf/include/uapi/linux/
H A Dbpf.h3769 * struct bpf_tcp_sock *bpf_tcp_sock(struct bpf_sock *sk)
3771 * This helper gets a **struct bpf_tcp_sock** pointer from a
3774 * A **struct bpf_tcp_sock** pointer on success, or **NULL** in
3803 * **bpf_sk_fullsock**\ () or **bpf_tcp_sock**\ () to access the
6232 struct bpf_tcp_sock { struct

Completed in 17 milliseconds