Searched refs:sockhash (Results 1 – 6 of 6) sorted by relevance
27 } sockhash SEC(".maps");43 bpf_map_delete_elem(&sockhash, &zero); in test_sockmap_delete()50 bpf_map_update_elem(&sockhash, &zero, sk, BPF_ANY); in test_sockmap_update()177 bpf_sock_hash_update(ctx, &sockhash, &zero, BPF_ANY); in test_sockops_update_dedicated()
23 } sockhash SEC(".maps");
505 struct bpf_shtab *sockhash = (struct bpf_shtab *)&m_sockhash; in check_sockhash() local508 VERIFY(check_default(&sockhash->map, map)); in check_sockhash()
148 Add an entry to, or update a sockhash ``map`` referencing sockets. The ``skops``268 Look up a socket entry in the sockmap or sockhash map.278 Add or update a socket entry in a sockmap or sockhash.294 Delete a socket entry from a sockmap or a sockhash.392 The following code snippet shows how to declare a sockhash map.411 sockhash to redirect traffic to another socket based on a hash of some of the
55 | | **devmap** | **devmap_hash** | **sockmap** | **cpumap** | **xskmap** | **sockhash**
270 src = skel->maps.sockhash; in test_sockmap_copy()
Completed in 17 milliseconds