Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dsendmsg6_prog.c16 #define SRC_REWRITE_IP6_3 6 macro
45 ctx->msg_src_ip6[3] = bpf_htonl(SRC_REWRITE_IP6_3); in sendmsg_v6_prog()
74 ctx->msg_src_ip6[3] = bpf_htonl(SRC_REWRITE_IP6_3); in sendmsg_v6_v4mapped_prog()
94 ctx->msg_src_ip6[3] = bpf_htonl(SRC_REWRITE_IP6_3); in sendmsg_v6_wildcard_prog()
Dconnect6_prog.c18 #define SRC_REWRITE_IP6_3 6 macro
85 sa.sin6_addr.s6_addr32[3] = bpf_htonl(SRC_REWRITE_IP6_3); in connect_v6_prog()