Searched refs:dst_ip4 (Results 1 - 5 of 5) sorted by last modified time

/linux-master/tools/include/uapi/linux/
H A Dbpf.h6331 __u32 dst_ip4; member in struct:bpf_sock
/linux-master/net/core/
H A Dfilter.c8784 case bpf_ctx_range(struct bpf_sock, dst_ip4):
8794 offsetof(struct bpf_sock, dst_ip4) - 1:
9935 case offsetof(struct bpf_sock, dst_ip4):
/linux-master/include/uapi/linux/
H A Dbpf.h6331 __u32 dst_ip4; member in struct:bpf_sock
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_sock_fields.c76 dst->dst_ip4 = src->dst_ip4;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsock_fields.c61 char src_ip4[24], dst_ip4[24]; local
66 inet_ntop(AF_INET, &sk->dst_ip4, dst_ip4, sizeof(dst_ip4));
71 "dst_ip4:%x(%s) dst_ip6:%x:%x:%x:%x(%s) dst_port:%u\n",
78 sk->dst_ip4, dst_ip4,

Completed in 341 milliseconds