Searched refs:tcp_v4_connect (Results 1 – 4 of 4) sorted by relevance
50 int BPF_PROG(tcp_v4_connect, struct sock *sk) in BPF_PROG() argument
197 int BPF_KPROBE(tcp_v4_connect, struct sock *sk) in BPF_KPROBE() argument
80 tcp_v4_connect 3
164 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…