Searched refs:dst6 (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/samples/bpf/ |
D | test_map_in_map.bpf.c | 109 u16 test_case, port, dst6[8]; in BPF_KSYSCALL() local 118 ret = bpf_probe_read_user(dst6, sizeof(dst6), &in6->sin6_addr); in BPF_KSYSCALL() 124 if (dst6[0] != 0xdead || dst6[1] != 0xbeef) in BPF_KSYSCALL() 127 test_case = dst6[7]; in BPF_KSYSCALL()
|
D | map_perf_test.bpf.c | 177 u16 dst6[8]; in BPF_KSYSCALL() member 196 ret = bpf_probe_read_user(test_params.dst6, sizeof(test_params.dst6), in BPF_KSYSCALL()
|
/linux-6.6.21/Documentation/networking/ |
D | pktgen.rst | 151 pgset "dst6 fec0::1" IPV6 destination address 375 dst6
|
/linux-6.6.21/drivers/infiniband/core/ |
D | cma.c | 4176 struct sockaddr_in6 *src6, *dst6; in cma_format_hdr() local 4179 dst6 = (struct sockaddr_in6 *) cma_dst_addr(id_priv); in cma_format_hdr() 4183 cma_hdr->dst_addr.ip6 = dst6->sin6_addr; in cma_format_hdr()
|
/linux-6.6.21/net/core/ |
D | filter.c | 6600 struct in6_addr *dst6 = (struct in6_addr *)&tuple->ipv6.daddr; in sk_lookup() local 6605 dst6, ntohs(tuple->ipv6.dport), in sk_lookup() 6610 dst6, tuple->ipv6.dport, in sk_lookup()
|