Searched refs:dst6 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/samples/bpf/ |
H A 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()
|
H A 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()
|
/openbmc/linux/Documentation/networking/ |
H A D | pktgen.rst | 151 pgset "dst6 fec0::1" IPV6 destination address 375 dst6
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | cma.c | 4178 struct sockaddr_in6 *src6, *dst6; in cma_format_hdr() local 4181 dst6 = (struct sockaddr_in6 *) cma_dst_addr(id_priv); in cma_format_hdr() 4185 cma_hdr->dst_addr.ip6 = dst6->sin6_addr; in cma_format_hdr()
|
/openbmc/linux/net/core/ |
H A D | filter.c | 6628 struct in6_addr *dst6 = (struct in6_addr *)&tuple->ipv6.daddr; in sk_lookup() local 6633 dst6, ntohs(tuple->ipv6.dport), in sk_lookup() 6638 dst6, tuple->ipv6.dport, in sk_lookup()
|