Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsock_fields.c61 char src_ip4[24], dst_ip4[24]; in print_sk() local
66 inet_ntop(AF_INET, &sk->dst_ip4, dst_ip4, sizeof(dst_ip4)); in print_sk()
78 sk->dst_ip4, dst_ip4, in print_sk()
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_sock_fields.c79 dst->dst_ip4 = src->dst_ip4; in skcpy()
/linux/include/uapi/linux/
H A Dbpf.h6356 __u32 dst_ip4; member
/linux/tools/include/uapi/linux/
H A Dbpf.h6356 __u32 dst_ip4; member
/linux/net/core/
H A Dfilter.c8839 case bpf_ctx_range(struct bpf_sock, dst_ip4): in bpf_sock_is_valid_access()
8849 offsetof(struct bpf_sock, dst_ip4) - 1: in bpf_sock_is_valid_access()
10001 case offsetof(struct bpf_sock, dst_ip4): in bpf_sock_convert_ctx_access()