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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dsendmsg4_prog.c19 #define DST_REWRITE_PORT4 4444 macro
43 ctx->user_port = bpf_htons(DST_REWRITE_PORT4);
H A Dconnect4_prog.c21 #define DST_REWRITE_PORT4 4444 macro
157 tuple.ipv4.dport = bpf_htons(DST_REWRITE_PORT4);
182 sk->src_port != DST_REWRITE_PORT4) {
195 ctx->user_port = bpf_htons(DST_REWRITE_PORT4);

Completed in 109 milliseconds