Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dsendmsg6_prog.c14 #define SRC_REWRITE_IP6_1 0 macro
43 ctx->msg_src_ip6[1] = bpf_htonl(SRC_REWRITE_IP6_1); in sendmsg_v6_prog()
72 ctx->msg_src_ip6[1] = bpf_htonl(SRC_REWRITE_IP6_1); in sendmsg_v6_v4mapped_prog()
92 ctx->msg_src_ip6[1] = bpf_htonl(SRC_REWRITE_IP6_1); in sendmsg_v6_wildcard_prog()
Dconnect6_prog.c16 #define SRC_REWRITE_IP6_1 0 macro
83 sa.sin6_addr.s6_addr32[1] = bpf_htonl(SRC_REWRITE_IP6_1); in connect_v6_prog()