Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Dsock.c338 struct tcp_ao_getsockopt *key_dump; in test_get_tcp_ao_counters() local
339 socklen_t key_dump_sz = sizeof(*key_dump); in test_get_tcp_ao_counters()
376 key_dump = calloc(nr_keys, key_dump_sz); in test_get_tcp_ao_counters()
377 if (!key_dump) in test_get_tcp_ao_counters()
380 key_dump[0].nkeys = nr_keys; in test_get_tcp_ao_counters()
381 key_dump[0].get_all = 1; in test_get_tcp_ao_counters()
383 key_dump, &key_dump_sz); in test_get_tcp_ao_counters()
385 free(key_dump); in test_get_tcp_ao_counters()
391 free(key_dump); in test_get_tcp_ao_counters()
396 out->key_cnts[nr_keys].sndid = key_dump[nr_keys].sndid; in test_get_tcp_ao_counters()
[all …]
/linux/drivers/md/bcache/
H A Dextents.c247 .key_dump = bch_bkey_dump,
635 .key_dump = bch_bkey_dump,
H A Dbset.h208 void (*key_dump)(struct btree_keys *keys, member
H A Dbset.c31 if (b->ops->key_dump) in bch_dump_bset()
32 b->ops->key_dump(b, k); in bch_dump_bset()