Searched refs:DST_REWRITE_IP4 (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dsendmsg4_prog.c17 #define DST_REWRITE_IP4 0x7f000001U macro
42 ctx->user_ip4 = bpf_htonl(DST_REWRITE_IP4);
H A Dconnect4_prog.c20 #define DST_REWRITE_IP4 0x7f000001U macro
156 tuple.ipv4.daddr = bpf_htonl(DST_REWRITE_IP4);
194 ctx->user_ip4 = bpf_htonl(DST_REWRITE_IP4);

Completed in 151 milliseconds