Searched refs:bpf_msg_redirect_hash (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | test_sockmap_listen.c | 111 verdict = bpf_msg_redirect_hash(msg, &sock_hash, &zero, 0); in prog_msg_verdict()
|
D | test_sockmap_kern.h | 304 return bpf_msg_redirect_hash(msg, &sock_map_redir, &key, flags); in bpf_prog6()
|
/linux-6.12.1/Documentation/bpf/ |
D | map_sockmap.rst | 16 ``bpf_msg_redirect_map()`` and ``bpf_msg_redirect_hash()``. 163 bpf_msg_redirect_hash() 167 long bpf_msg_redirect_hash(struct sk_msg_buff *msg, struct bpf_map *map, void *key, u64 flags)
|
/linux-6.12.1/net/core/ |
D | sock_map.c | 1273 BPF_CALL_4(bpf_msg_redirect_hash, struct sk_msg *, msg, in BPF_CALL_4() argument 1295 .func = bpf_msg_redirect_hash,
|