Searched refs:src_ip4 (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsock_fields.c61 char src_ip4[24], dst_ip4[24]; local
64 inet_ntop(AF_INET, &sk->src_ip4, src_ip4, sizeof(src_ip4));
70 "src_ip4:%x(%s) src_ip6:%x:%x:%x:%x(%s) src_port:%u "
75 sk->src_ip4, src_ip4,
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sock.c77 .descr = "bind6 load with invalid access: src_ip4",
81 offsetof(struct bpf_sock, src_ip4)),
233 offsetof(struct bpf_sock, src_ip4)),
263 offsetof(struct bpf_sock, src_ip4)),
294 offsetof(struct bpf_sock, src_ip4)),
/linux-master/tools/testing/selftests/bpf/progs/
H A Dconnect4_prog.c181 if (sk->src_ip4 != tuple.ipv4.daddr ||
H A Dtest_sock_fields.c70 dst->src_ip4 = src->src_ip4;
/linux-master/include/uapi/linux/
H A Dbpf.h6326 __u32 src_ip4; member in struct:bpf_sock
/linux-master/tools/include/uapi/linux/
H A Dbpf.h6326 __u32 src_ip4; member in struct:bpf_sock
/linux-master/net/core/
H A Dfilter.c8701 case bpf_ctx_range(struct bpf_sock, src_ip4):
8760 case bpf_ctx_range(struct bpf_sock, src_ip4):
9904 case offsetof(struct bpf_sock, src_ip4):

Completed in 421 milliseconds