Home
last modified time | relevance | path

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

/linux/samples/bpf/
H A Dtest_map_in_map.bpf.c109 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 Dmap_perf_test.bpf.c177 u16 dst6[8]; in BPF_KSYSCALL() member
196 ret = bpf_probe_read_user(test_params.dst6, sizeof(test_params.dst6), in BPF_KSYSCALL()
/linux/tools/testing/selftests/net/
H A Dsrv6_encap_lookup_l3vpn_test.sh329 local dst6="$2"
345 "${IPv6_HS_NETWORK}::${dst6}/128" vrf "vrf-${tid}" \
/linux/Documentation/networking/
H A Dpktgen.rst151 pgset "dst6 fec0::1" IPV6 destination address
387 dst6
/linux/net/core/
H A Dfilter.c7190 struct in6_addr *dst6 = (struct in6_addr *)&tuple->ipv6.daddr; in sk_lookup() local
7195 dst6, ntohs(tuple->ipv6.dport), in sk_lookup()
7199 dst6, tuple->ipv6.dport, in sk_lookup()