Home
last modified time | relevance | path

Searched refs:ipv6_dst (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dtest_tc_neigh_fib.c54 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()
/Linux-v5.10/include/uapi/linux/
Dopenvswitch.h417 __be32 ipv6_dst[4]; member
500 __be32 ipv6_dst[4]; member
Dbpf.h4903 __u32 ipv6_dst[4]; /* in6_addr; network order */ member
4956 __u32 ipv6_dst[4]; /* in6_addr; network order */ member
/Linux-v5.10/samples/bpf/
Dxdp_fwd_kern.c81 struct in6_addr *dst = (struct in6_addr *) fib_params.ipv6_dst; in xdp_fwd_flags()
/Linux-v5.10/drivers/net/ethernet/netronome/nfp/flower/
Dcmsg.h215 struct in6_addr ipv6_dst; member
404 struct in6_addr ipv6_dst; member
Dmatch.c309 ext->ipv6_dst = match.key->dst; in nfp_flower_compile_ipv6()
311 msk->ipv6_dst = match.mask->dst; in nfp_flower_compile_ipv6()
Daction.c496 pre_tun->ipv6_dst = ip_tun->key.u.ipv6.dst; in nfp_fl_set_tun()
Doffload.c663 merge->ipv6.ipv6_dst.in6_u.u6_addr32[i] |= in nfp_flower_update_merge_with_actions()
/Linux-v5.10/tools/include/uapi/linux/
Dbpf.h4903 __u32 ipv6_dst[4]; /* in6_addr; network order */ member
4956 __u32 ipv6_dst[4]; /* in6_addr; network order */ member
/Linux-v5.10/net/openvswitch/
Dactions.c525 if (is_ipv6_mask_nonzero(mask->ipv6_dst)) { in set_ipv6()
532 mask_ipv6_addr(daddr, key->ipv6_dst, mask->ipv6_dst, masked); in set_ipv6()
Dflow_netlink.c1256 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()
Dconntrack.c318 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()
/Linux-v5.10/net/core/
Dfilter.c5386 struct in6_addr *dst = (struct in6_addr *)params->ipv6_dst; in bpf_ipv4_fib_lookup()
5405 struct in6_addr *dst = (struct in6_addr *) params->ipv6_dst; in bpf_ipv6_fib_lookup()