Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_sock_fields.c76 dst->dst_ip4 = src->dst_ip4; in skcpy()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6216 __u32 dst_ip4; member
/openbmc/linux/include/uapi/linux/
H A Dbpf.h6213 __u32 dst_ip4; member
/openbmc/linux/net/core/
H A Dfilter.c8761 case bpf_ctx_range(struct bpf_sock, dst_ip4): in bpf_sock_is_valid_access()
8771 offsetof(struct bpf_sock, dst_ip4) - 1: in bpf_sock_is_valid_access()
9912 case offsetof(struct bpf_sock, dst_ip4): in bpf_sock_convert_ctx_access()