Home
last modified time | relevance | path

Searched refs:bpf_spinlock_cnt (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/tools/testing/selftests/bpf/progs/
Dtest_sock_fields_kern.c58 struct bpf_spinlock_cnt { struct
67 __type(value, struct bpf_spinlock_cnt); argument
74 __type(value, struct bpf_spinlock_cnt);
142 struct bpf_spinlock_cnt cli_cnt_init = { .lock = 0, .cnt = 0xeB9F }; in egress_read_sock_fields()
144 struct bpf_spinlock_cnt *pkt_out_cnt, *pkt_out_cnt10; in egress_read_sock_fields()
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_sock_fields.c38 struct bpf_spinlock_cnt { struct
249 struct bpf_spinlock_cnt pkt_out_cnt = {}, pkt_out_cnt10 = {}; in check_sk_pkt_out_cnt()
292 struct bpf_spinlock_cnt scnt = {}; in init_sk_storage()