Home
last modified time | relevance | path

Searched refs:tcp_v4_connect (Results 1 – 4 of 4) sorted by relevance

/external/bcc/libbpf-tools/
Dtcpconnlat.bpf.c50 int BPF_PROG(tcp_v4_connect, struct sock *sk) in BPF_PROG() argument
Dtcpconnect.bpf.c197 int BPF_KPROBE(tcp_v4_connect, struct sock *sk) in BPF_KPROBE() argument
/external/bcc/tools/
Dfunccount_example.txt80 tcp_v4_connect 3
/external/bcc/docs/
Dreference_guide.md164 This instruments the tcp_v4_connect() kernel function using a kprobe, with the following arguments:
167 - ```struct sock *sk```: First argument to tcp_v4_connect().
194 This instruments the return of the tcp_v4_connect() kernel function using a kretprobe, and stores t…