Home
last modified time | relevance | path

Searched refs:user_ip4 (Results 1 – 10 of 10) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dbind4_prog.c104 __u32 user_ip4; in bind_v4_prog() local
117 if (ctx->user_ip4 != bpf_htonl(SERV4_IP) || in bind_v4_prog()
122 user_ip4 = 0; in bind_v4_prog()
123 user_ip4 |= load_byte(ctx->user_ip4, 0, sizeof(user_ip4)); in bind_v4_prog()
124 user_ip4 |= load_byte(ctx->user_ip4, 1, sizeof(user_ip4)); in bind_v4_prog()
125 user_ip4 |= load_byte(ctx->user_ip4, 2, sizeof(user_ip4)); in bind_v4_prog()
126 user_ip4 |= load_byte(ctx->user_ip4, 3, sizeof(user_ip4)); in bind_v4_prog()
127 if (ctx->user_ip4 != user_ip4) in bind_v4_prog()
137 user_ip4 = 0; in bind_v4_prog()
138 user_ip4 |= load_word(ctx->user_ip4, 0, sizeof(user_ip4)); in bind_v4_prog()
[all …]
H A Dconnect_force_port4.c50 orig->addr = ctx->user_ip4; in connect4()
53 ctx->user_ip4 = bpf_htonl(0x7f000001); in connect4()
67 ctx->user_ip4 = bpf_htonl(0x01020304); in getsockname4()
85 ctx->user_ip4 = orig->addr; in getpeername4()
H A Dsendmsg4_prog.c40 if ((ctx->user_ip4 >> 24) == (bpf_htonl(DST_IP4) >> 24) && in sendmsg_v4_prog()
42 ctx->user_ip4 = bpf_htonl(DST_REWRITE_IP4); in sendmsg_v4_prog()
H A Dgetsockname4_prog.c18 ctx->user_ip4 = bpf_htonl(REWRITE_ADDRESS_IP4); in getsockname_v4_prog()
H A Dgetpeername4_prog.c18 ctx->user_ip4 = bpf_htonl(REWRITE_ADDRESS_IP4); in getpeername_v4_prog()
H A Drecvmsg4_prog.c34 ctx->user_ip4 = bpf_htonl(SERV4_IP); in recvmsg4_prog()
H A Dconnect4_prog.c196 ctx->user_ip4 = bpf_htonl(DST_REWRITE_IP4); in connect_v4_prog()
/linux/include/uapi/linux/
H A Dbpf.h6749 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write. member
/linux/tools/include/uapi/linux/
H A Dbpf.h6749 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write. member
/linux/net/core/
H A Dfilter.c9122 case bpf_ctx_range(struct bpf_sock_addr, user_ip4): in sock_addr_is_valid_access()
9168 case bpf_ctx_range(struct bpf_sock_addr, user_ip4): in sock_addr_is_valid_access()
10258 case offsetof(struct bpf_sock_addr, user_ip4): in sock_addr_convert_ctx_access()