Home
last modified time | relevance | path

Searched refs:msg_src_ip4 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dsendmsg4_prog.c31 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()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_sock_addr.c779 offsetof(struct bpf_sock_addr, msg_src_ip4)), in sendmsg4_rw_asm_prog_load()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6587 __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write. member
/openbmc/linux/include/uapi/linux/
H A Dbpf.h6587 __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write. member
/openbmc/linux/net/core/
H A Dfilter.c9060 case bpf_ctx_range(struct bpf_sock_addr, msg_src_ip4): in sock_addr_is_valid_access()
9082 case bpf_ctx_range(struct bpf_sock_addr, msg_src_ip4): in sock_addr_is_valid_access()
10221 case offsetof(struct bpf_sock_addr, msg_src_ip4): in sock_addr_convert_ctx_access()