Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
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-v6.6/tools/testing/selftests/bpf/progs/
Dtest_sock_fields.c76 dst->dst_ip4 = src->dst_ip4; in skcpy()
/Linux-v6.6/tools/include/uapi/linux/
Dbpf.h6191 __u32 dst_ip4; member
/Linux-v6.6/include/uapi/linux/
Dbpf.h6191 __u32 dst_ip4; member
/Linux-v6.6/net/core/
Dfilter.c8664 case bpf_ctx_range(struct bpf_sock, dst_ip4): in bpf_sock_is_valid_access()
8674 offsetof(struct bpf_sock, dst_ip4) - 1: in bpf_sock_is_valid_access()
9815 case offsetof(struct bpf_sock, dst_ip4): in bpf_sock_convert_ctx_access()