bpf_msg_redirect_hash  946 net/core/sock_map.c BPF_CALL_4(bpf_msg_redirect_hash, struct sk_msg *, msg,
bpf_msg_redirect_hash  959 net/core/sock_map.c 	.func           = bpf_msg_redirect_hash,
bpf_msg_redirect_hash  118 tools/testing/selftests/bpf/bpf_helpers.h static int (*bpf_msg_redirect_hash)(void *ctx,
bpf_msg_redirect_hash  304 tools/testing/selftests/bpf/test_sockmap_kern.h 	return bpf_msg_redirect_hash(msg, &sock_map_redir, &key, flags);
bpf_msg_redirect_hash  381 tools/testing/selftests/bpf/test_sockmap_kern.h 	err = bpf_msg_redirect_hash(msg, &sock_map_redir, &key, flags);