Searched refs:msg_src_ip4 (Results 1 – 2 of 2) sorted by relevance
31 if (ctx->msg_src_ip4 == bpf_htonl(SRC1_IP4) || in sendmsg_v4_prog()32 ctx->msg_src_ip4 == bpf_htonl(SRC2_IP4)) { in sendmsg_v4_prog()33 ctx->msg_src_ip4 = bpf_htonl(SRC_REWRITE_IP4); in sendmsg_v4_prog()
6765 __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write. member