Home
last modified time | relevance | path

Searched defs:keys (Results 1 – 17 of 17) sorted by relevance

/tools/testing/selftests/bpf/progs/
Dbpf_flow.c75 static __always_inline int export_flow_keys(struct bpf_flow_keys *keys, in export_flow_keys()
118 struct bpf_flow_keys *keys = skb->flow_keys; in parse_eth_proto() local
146 struct bpf_flow_keys *keys = skb->flow_keys; in _dissect() local
167 struct bpf_flow_keys *keys = skb->flow_keys; in parse_ip_proto() local
258 struct bpf_flow_keys *keys = skb->flow_keys; in parse_ipv6_proto() local
278 struct bpf_flow_keys *keys = skb->flow_keys; in PROG() local
326 struct bpf_flow_keys *keys = skb->flow_keys; in PROG() local
348 struct bpf_flow_keys *keys = skb->flow_keys; in PROG() local
366 struct bpf_flow_keys *keys = skb->flow_keys; in PROG() local
394 struct bpf_flow_keys *keys = skb->flow_keys; in PROG() local
[all …]
/tools/testing/selftests/bpf/map_tests/
Dlpm_trie_map_batch_ops.c23 struct test_lpm_key *keys, int *values) in map_batch_update()
45 struct test_lpm_key *keys, int *values) in map_batch_verify()
69 struct test_lpm_key *keys, key; in test_lpm_trie_map_batch_ops() local
Darray_map_batch_ops.c15 static void map_batch_update(int map_fd, __u32 max_entries, int *keys, in map_batch_update()
40 static void map_batch_verify(int *visited, __u32 max_entries, int *keys, in map_batch_verify()
72 int map_fd, *keys, *visited; in __test_map_lookup_and_update_batch() local
Dhtab_map_batch_ops.c14 static void map_batch_update(int map_fd, __u32 max_entries, int *keys, in map_batch_update()
42 int *keys, void *values, bool is_pcpu) in map_batch_verify()
81 int map_fd, *keys, *visited, key; in __test_map_lookup_and_delete_batch() local
Dmap_percpu_stats.c63 static void delete_and_lookup_batch(int map_fd, void *keys, __u32 count) in delete_and_lookup_batch()
93 void *keys; in delete_all_elements() local
/tools/testing/selftests/net/
Dtcp_fastopen_backup_key.c49 static void get_keys(int fd, uint32_t *keys) in get_keys()
67 static void set_keys(int fd, uint32_t *keys) in set_keys()
96 uint32_t keys[8]; in build_rcv_fd() local
215 uint32_t keys[8]; in rotate_key() local
/tools/testing/selftests/hid/tests/
Dtest_keyboard.py31 def _update_key_state(self, keys): argument
58 def create_array_report(self, keys, reportID=None, application=None): argument
73 def event(self, keys, reportID=None, application=None): argument
Dtest_ite_keyboard.py135 def event(self, keys, reportID=None, application=None): argument
/tools/testing/selftests/bpf/
Dflow_dissector_load.h18 struct bpf_map *prog_array, *keys; in bpf_flow_load() local
/tools/kvm/kvm_stat/
Dkvm_stat1570 def __init__(self, keys): argument
1578 def get_statline(self, keys, s): argument
1586 def __init__(self, keys): argument
1594 def get_statline(self, keys, s): argument
1599 def log(stats, opts, frmt, keys): argument
/tools/lib/bpf/
Dbpf.c524 void *out_batch, void *keys, void *values, in bpf_map_batch_common()
551 int bpf_map_delete_batch(int fd, const void *keys, __u32 *count, in bpf_map_delete_batch()
558 int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, in bpf_map_lookup_batch()
567 void *keys, void *values, __u32 *count, in bpf_map_lookup_and_delete_batch()
575 int bpf_map_update_batch(int fd, const void *keys, const void *values, __u32 *count, in bpf_map_update_batch()
/tools/testing/selftests/bpf/prog_tests/
Dflow_dissector.c102 struct bpf_flow_keys keys; member
536 static void run_tests_skb_less(int tap_fd, struct bpf_map *keys) in run_tests_skb_less()
/tools/perf/
Dbuiltin-lock.c320 struct lock_key *keys = report_keys; in select_key() local
344 struct lock_key *keys = report_keys; in add_output_field() local
368 struct lock_key *keys = report_keys; in setup_output_field() local
2169 struct lock_key *keys = contention_keys; in __cmd_contention() local
/tools/testing/selftests/net/tcp_ao/
Dkey-management.c427 struct test_key *keys; member
683 struct tcp_ao_getsockopt *keys; in verify_keys() local
/tools/include/uapi/linux/
Dpkt_cls.h183 struct tc_u32_key keys[]; member
Dbpf.h1520 __aligned_u64 keys; member
/tools/perf/util/
Dsort.c3651 static char *setup_overhead(char *keys) in setup_overhead()