Searched refs:stg (Results 1 – 5 of 5) sorted by relevance
| /tools/testing/selftests/bpf/progs/ |
| A D | test_sk_storage_tracing.c | 36 struct sk_stg *stg; in BPF_PROG() local 41 stg = bpf_sk_storage_get(&sk_stg_map, sk, 0, in BPF_PROG() 43 if (!stg) in BPF_PROG() 46 stg->last_notclose_state = newstate; in BPF_PROG() 56 struct sk_stg *stg; in set_task_info() local 58 stg = bpf_sk_storage_get(&sk_stg_map, sk, 0, in set_task_info() 60 if (!stg) in set_task_info() 63 stg->pid = bpf_get_current_pid_tgid(); in set_task_info() 66 bpf_core_read_str(&stg->comm, sizeof(stg->comm), &task->comm); in set_task_info()
|
| A D | bench_local_storage_create.c | 45 struct storage *stg; in BPF_PROG() local 50 stg = bpf_task_storage_get(&task_storage_map, child, NULL, in BPF_PROG() 52 if (stg) in BPF_PROG() 65 struct storage *stg; in BPF_PROG() local 72 stg = bpf_sk_storage_get(&sk_storage_map, sk, NULL, in BPF_PROG() 75 if (stg) in BPF_PROG()
|
| A D | net_timestamping.c | 126 struct sk_stg *stg; in bpf_test_delay() local 141 stg = bpf_sk_storage_get(&sk_stg_map, (void *)sk, 0, 0); in bpf_test_delay() 142 if (!stg) in bpf_test_delay() 144 dinfo.sendmsg_ns = stg->sendmsg_ns; in bpf_test_delay() 195 struct sk_stg *stg; in BPF_PROG() local 200 stg = bpf_sk_storage_get(&sk_stg_map, sk, 0, in BPF_PROG() 202 if (!stg) in BPF_PROG() 205 stg->sendmsg_ns = timestamp; in BPF_PROG()
|
| A D | bpf_dctcp.c | 72 int *stg; in BPF_PROG() local 106 stg = bpf_sk_storage_get(&sk_stg_map, (void *)tp, NULL, 0); in BPF_PROG() 107 if (stg) { in BPF_PROG() 108 stg_result = *stg; in BPF_PROG()
|
| /tools/testing/selftests/arm64/mte/ |
| A D | mte_helper.S | 68 stg x0, [x0, #0x0]
|
Completed in 8 milliseconds