Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/progs/
Dbpf_flow.c74 static __always_inline int export_flow_keys(struct bpf_flow_keys *keys, in export_flow_keys()
117 struct bpf_flow_keys *keys = skb->flow_keys; in parse_eth_proto() local
145 struct bpf_flow_keys *keys = skb->flow_keys; in _dissect() local
153 struct bpf_flow_keys *keys = skb->flow_keys; in parse_ip_proto() local
244 struct bpf_flow_keys *keys = skb->flow_keys; in parse_ipv6_proto() local
264 struct bpf_flow_keys *keys = skb->flow_keys; in PROG() local
312 struct bpf_flow_keys *keys = skb->flow_keys; in PROG() local
334 struct bpf_flow_keys *keys = skb->flow_keys; in PROG() local
352 struct bpf_flow_keys *keys = skb->flow_keys; in PROG() local
378 struct bpf_flow_keys *keys = skb->flow_keys; in PROG() local
[all …]
/tools/testing/selftests/bpf/map_tests/
Darray_map_batch_ops.c12 static void map_batch_update(int map_fd, __u32 max_entries, int *keys, in map_batch_update()
31 int *keys, int *values) in map_batch_verify()
55 int map_fd, *keys, *values, *visited; in test_array_map_batch_ops() local
Dhtab_map_batch_ops.c13 static void map_batch_update(int map_fd, __u32 max_entries, int *keys, in map_batch_update()
41 int *keys, void *values, bool is_pcpu) in map_batch_verify()
80 int map_fd, *keys, *visited, key; in __test_map_lookup_and_delete_batch() local
/tools/testing/selftests/net/
Dtcp_fastopen_backup_key.c51 static void get_keys(int fd, uint32_t *keys) in get_keys()
69 static void set_keys(int fd, uint32_t *keys) in set_keys()
98 uint32_t keys[8]; in build_rcv_fd() local
217 uint32_t keys[8]; in rotate_key() local
/tools/testing/selftests/bpf/
Dflow_dissector_load.h17 struct bpf_map *prog_array, *keys; in bpf_flow_load() local
/tools/kvm/kvm_stat/
Dkvm_stat1502 def __init__(self, keys): argument
1510 def get_statline(self, keys, s): argument
1518 def __init__(self, keys): argument
1526 def get_statline(self, keys, s): argument
1531 def log(stats, opts, frmt, keys): argument
/tools/lib/bpf/
Dbpf.c455 void *out_batch, void *keys, void *values, in bpf_map_batch_common()
481 int bpf_map_delete_batch(int fd, void *keys, __u32 *count, in bpf_map_delete_batch()
488 int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, in bpf_map_lookup_batch()
497 void *keys, void *values, __u32 *count, in bpf_map_lookup_and_delete_batch()
505 int bpf_map_update_batch(int fd, void *keys, void *values, __u32 *count, in bpf_map_update_batch()
/tools/testing/selftests/bpf/prog_tests/
Dflow_dissector.c100 struct bpf_flow_keys keys; member
478 static void run_tests_skb_less(int tap_fd, struct bpf_map *keys) in run_tests_skb_less()
/tools/perf/
Dbuiltin-lock.c253 struct lock_key keys[] = { variable
Dbuiltin-kvm.c486 static struct kvm_event_key keys[] = { variable
/tools/include/uapi/linux/
Dpkt_cls.h183 struct tc_u32_key keys[0]; member
Dbpf.h522 __aligned_u64 keys; member
/tools/perf/util/
Dsort.c2825 static char *setup_overhead(char *keys) in setup_overhead()