| /OK3568_Linux_fs/buildroot/package/iputils/ |
| H A D | 0001-meson-Make-tests-optional.patch | 53 -ipv6_dst = [] 58 - ipv6_dst = [ '::1' ] 75 -foreach dst : [ 'localhost', '127.0.0.1' ] + ipv6_dst 100 -foreach dst : [ '127.0.0.1' ] + ipv6_dst 114 -foreach dst : [ '127.0.0.1' ] + ipv6_dst 125 -foreach dst : [ '127.0.0.1' ] + ipv6_dst 142 +ipv6_dst = [] 147 + ipv6_dst = [ '::1' ] 162 +foreach dst : [ 'localhost', '127.0.0.1' ] + ipv6_dst 187 +foreach dst : [ '127.0.0.1' ] + ipv6_dst [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_tc_neigh_fib.c | 54 struct in6_addr *dst = (struct in6_addr *)fib_params->ipv6_dst; in fill_fib_params_v6() 120 __builtin_memcpy(&nh_params.ipv6_nh, &fib_params.ipv6_dst, in tc_redir()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | openvswitch.h | 407 __be32 ipv6_dst[4]; member 490 __be32 ipv6_dst[4]; member
|
| H A D | bpf.h | 2921 __u32 ipv6_dst[4]; /* in6_addr; network order */ member 2958 __u32 ipv6_dst[4]; /* in6_addr; network order */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | openvswitch.h | 407 __be32 ipv6_dst[4]; member 490 __be32 ipv6_dst[4]; member
|
| H A D | bpf.h | 2921 __u32 ipv6_dst[4]; /* in6_addr; network order */ member 2958 __u32 ipv6_dst[4]; /* in6_addr; network order */ member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | openvswitch.h | 417 __be32 ipv6_dst[4]; member 500 __be32 ipv6_dst[4]; member
|
| H A D | bpf.h | 4904 __u32 ipv6_dst[4]; /* in6_addr; network order */ member 4957 __u32 ipv6_dst[4]; /* in6_addr; network order */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | cmsg.h | 215 struct in6_addr ipv6_dst; member 404 struct in6_addr ipv6_dst; member
|
| H A D | match.c | 309 ext->ipv6_dst = match.key->dst; in nfp_flower_compile_ipv6() 311 msk->ipv6_dst = match.mask->dst; in nfp_flower_compile_ipv6()
|
| H A D | action.c | 496 pre_tun->ipv6_dst = ip_tun->key.u.ipv6.dst; in nfp_fl_set_tun()
|
| H A D | offload.c | 663 merge->ipv6.ipv6_dst.in6_u.u6_addr32[i] |= in nfp_flower_update_merge_with_actions()
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | xdp_fwd_kern.c | 81 struct in6_addr *dst = (struct in6_addr *) fib_params.ipv6_dst; in xdp_fwd_flags()
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | bpf.h | 4904 __u32 ipv6_dst[4]; /* in6_addr; network order */ member 4957 __u32 ipv6_dst[4]; /* in6_addr; network order */ member
|
| /OK3568_Linux_fs/kernel/net/openvswitch/ |
| H A D | actions.c | 558 if (is_ipv6_mask_nonzero(mask->ipv6_dst)) { in set_ipv6() 565 mask_ipv6_addr(daddr, key->ipv6_dst, mask->ipv6_dst, masked); in set_ipv6()
|
| H A D | flow_netlink.c | 1256 SW_FLOW_KEY_MEMCPY(match, ipv6.ct_orig.dst, &ct->ipv6_dst, in metadata_from_nlattrs() 1593 ipv6_key->ipv6_dst, in ovs_key_from_nlattrs() 2109 memcpy(ipv6_key->ipv6_dst, &output->ipv6.addr.dst, in __ovs_nla_put_key() 2110 sizeof(ipv6_key->ipv6_dst)); in __ovs_nla_put_key()
|
| H A D | conntrack.c | 318 memcpy(orig.ipv6_dst, output->ipv6.ct_orig.dst.s6_addr32, in ovs_ct_put_key() 319 sizeof(orig.ipv6_dst)); in ovs_ct_put_key()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | flow_dissector.c | 827 memcpy(&key_addrs->v6addrs.dst, &flow_keys->ipv6_dst, in __skb_flow_bpf_to_target()
|
| H A D | filter.c | 5367 struct in6_addr *dst = (struct in6_addr *)params->ipv6_dst; in bpf_ipv4_fib_lookup() 5386 struct in6_addr *dst = (struct in6_addr *) params->ipv6_dst; in bpf_ipv6_fib_lookup()
|