Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/bpf/progs/
Dconnect4_prog.c16 #define DST_REWRITE_IP4 0x7f000001U macro
32 tuple.ipv4.daddr = bpf_htonl(DST_REWRITE_IP4); in connect_v4_prog()
56 ctx->user_ip4 = bpf_htonl(DST_REWRITE_IP4); in connect_v4_prog()
Dsendmsg4_prog.c15 #define DST_REWRITE_IP4 0x7f000001U macro
39 ctx->user_ip4 = bpf_htonl(DST_REWRITE_IP4); in sendmsg_v4_prog()