Home
last modified time | relevance | path

Searched refs:SRC_REWRITE_IP6_0 (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dsendmsg6_prog.c13 #define SRC_REWRITE_IP6_0 0 macro
42 ctx->msg_src_ip6[0] = bpf_htonl(SRC_REWRITE_IP6_0); in sendmsg_v6_prog()
71 ctx->msg_src_ip6[0] = bpf_htonl(SRC_REWRITE_IP6_0); in sendmsg_v6_v4mapped_prog()
91 ctx->msg_src_ip6[0] = bpf_htonl(SRC_REWRITE_IP6_0); in sendmsg_v6_wildcard_prog()
Dconnect6_prog.c15 #define SRC_REWRITE_IP6_0 0 macro
82 sa.sin6_addr.s6_addr32[0] = bpf_htonl(SRC_REWRITE_IP6_0); in connect_v6_prog()