Home
last modified time | relevance | path

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

/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()
/linux/include/uapi/linux/
H A Dbpf.h6771 __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write. member
/linux/tools/include/uapi/linux/
H A Dbpf.h6771 __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write. member
/linux/net/core/
H A Dfilter.c9148 case bpf_ctx_range(struct bpf_sock_addr, msg_src_ip4): in sock_addr_is_valid_access()
9170 case bpf_ctx_range(struct bpf_sock_addr, msg_src_ip4): in sock_addr_is_valid_access()
10307 case offsetof(struct bpf_sock_addr, msg_src_ip4): in sock_addr_convert_ctx_access()