Searched refs:msg_src_ip6 (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/selftests/bpf/verifier/
H A Dwide_access.c29 /* msg_src_ip6[0] is _not_ u64 aligned */
30 BPF_SOCK_ADDR_STORE(msg_src_ip6, 0, REJECT,
33 BPF_SOCK_ADDR_STORE(msg_src_ip6, 1, ACCEPT,
35 BPF_SOCK_ADDR_STORE(msg_src_ip6, 2, REJECT,
38 BPF_SOCK_ADDR_STORE(msg_src_ip6, 3, REJECT,
71 /* msg_src_ip6[0] is _not_ u64 aligned */
72 BPF_SOCK_ADDR_LOAD(msg_src_ip6, 0, REJECT,
75 BPF_SOCK_ADDR_LOAD(msg_src_ip6, 1, ACCEPT,
77 BPF_SOCK_ADDR_LOAD(msg_src_ip6, 2, REJECT,
80 BPF_SOCK_ADDR_LOAD(msg_src_ip6,
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dsendmsg6_prog.c35 if (ctx->msg_src_ip6[3] == bpf_htonl(1) ||
36 ctx->msg_src_ip6[3] == bpf_htonl(0)) {
37 ctx->msg_src_ip6[0] = bpf_htonl(SRC_REWRITE_IP6_0);
38 ctx->msg_src_ip6[1] = bpf_htonl(SRC_REWRITE_IP6_1);
39 ctx->msg_src_ip6[2] = bpf_htonl(SRC_REWRITE_IP6_2);
40 ctx->msg_src_ip6[3] = bpf_htonl(SRC_REWRITE_IP6_3);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sock_addr.c846 STORE_IPV6(msg_src_ip6, src6_rw_ip.s6_addr32),
/linux-master/net/core/
H A Dfilter.c9070 case bpf_ctx_range_till(struct bpf_sock_addr, msg_src_ip6[0],
9071 msg_src_ip6[3]):
9085 case bpf_ctx_range_till(struct bpf_sock_addr, msg_src_ip6[0],
9086 msg_src_ip6[3]):
9098 msg_src_ip6))
9111 msg_src_ip6))
10230 case bpf_ctx_range_till(struct bpf_sock_addr, msg_src_ip6[0],
10231 msg_src_ip6[3]):
10233 off -= offsetof(struct bpf_sock_addr, msg_src_ip6[0]);
10234 /* Treat t_ctx as struct in6_addr for msg_src_ip6
[all...]
/linux-master/include/uapi/linux/
H A Dbpf.h6745 __u32 msg_src_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write. member in struct:bpf_sock_addr
/linux-master/tools/include/uapi/linux/
H A Dbpf.h6745 __u32 msg_src_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write. member in struct:bpf_sock_addr

Completed in 364 milliseconds