Home
last modified time | relevance | path

Searched refs:all_keys (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/drivers/net/
H A Dring_reconfig.py38 all_keys = ["rx", "tx", "combined"]
45 for key in all_keys:
71 for key in all_keys:
83 for key in all_keys:
93 all_keys = ["rx-count", "tx-count", "combined-count"]
96 for key in all_keys:
H A Dstats.py151 all_keys = triple[0].keys() | triple[1].keys() | triple[2].keys()
153 for key in all_keys:
/linux/tools/testing/selftests/net/tcp_ao/
H A Dsetsockopt-closed.c892 struct tcp_ao_getsockopt all_keys[FILTER_TEST_NKEYS] = {}; in filter_keys_checked() local
895 fetch_all_keys(sk, all_keys); in filter_keys_checked()