Searched refs:bpf_lpm_trie_key (Results 1 – 8 of 8) sorted by relevance
167 const struct bpf_lpm_trie_key *key) in longest_prefix_match()173 BUILD_BUG_ON(offsetof(struct bpf_lpm_trie_key, data) % sizeof(u32)); in longest_prefix_match()232 struct bpf_lpm_trie_key *key = _key; in trie_lookup_elem()309 struct bpf_lpm_trie_key *key = _key; in trie_update_elem()437 struct bpf_lpm_trie_key *key = _key; in trie_delete_elem()536 #define LPM_KEY_SIZE(X) (sizeof(struct bpf_lpm_trie_key) + (X))565 offsetof(struct bpf_lpm_trie_key, data); in trie_alloc()616 struct bpf_lpm_trie_key *key = _key, *next_key = _next_key; in trie_get_next_key()703 memcpy((void *)next_key + offsetof(struct bpf_lpm_trie_key, data), in trie_get_next_key()
214 struct bpf_lpm_trie_key *key; in test_lpm_map()334 struct bpf_lpm_trie_key *key_ipv4; in test_lpm_ipaddr()335 struct bpf_lpm_trie_key *key_ipv6; in test_lpm_ipaddr()426 struct bpf_lpm_trie_key *key; in test_lpm_delete()535 struct bpf_lpm_trie_key *key_p, *next_key_p; in test_lpm_get_next_key()696 struct bpf_lpm_trie_key *key_p; in lpm_test_command()698 key_size = sizeof(struct bpf_lpm_trie_key) + sizeof(__u32); in lpm_test_command()720 struct bpf_lpm_trie_key *next_key_p = alloca(key_size); in lpm_test_command()755 key_size = sizeof(struct bpf_lpm_trie_key) + value_size; in test_lpm_multi_thread()
373 struct bpf_lpm_trie_key *key; in fill_lpm_trie()
94 struct bpf_lpm_trie_key *prefix_key; in read_route()
20 operations is a ``struct bpf_lpm_trie_key``, extended by
319 struct bpf_lpm_trie_key trie_key;
81 struct bpf_lpm_trie_key { struct