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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_bpf_sk_storage_helpers.c31 int *sock_tgid; local
40 sock_tgid = bpf_sk_storage_get(&sk_stg_map, sock->sk, 0, 0);
41 if (!sock_tgid)
44 *sock_tgid = task->tgid;
53 int *sock_tgid; local
58 sock_tgid = bpf_sk_storage_get(&sk_stg_map, sk_common, 0, 0);
59 if (!sock_tgid)
62 *sock_tgid = -*sock_tgid;

Completed in 95 milliseconds