Home
last modified time | relevance | path

Searched refs:ip6_dst (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dtest_tc_neigh.c26 #define ip6_dst { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \ macro
122 redirect = is_remote_ep_v6(skb, (struct in6_addr)ip6_dst); in tc_src()
/Linux-v5.15/tools/testing/selftests/net/
Dioam6.sh339 local ip6_dst=$6
344 ip netns exec $node_dst ./ioam6_parser $if_dst $name $ip6_src $ip6_dst \
349 ip netns exec $node_src ping6 -t 64 -c 1 -W 1 $ip6_dst &>/dev/null
Dip_defrag.c227 ip6hdr->ip6_dst = addr6; in send_udp_frags()
/Linux-v5.15/net/bridge/
Dbr_multicast.c946 const struct in6_addr *ip6_dst, in br_ip6_multicast_alloc_query() argument
1015 ip6h->daddr = *ip6_dst; in br_ip6_multicast_alloc_query()
1129 struct in6_addr ip6_dst; in br_multicast_alloc_query() local
1132 ip6_dst = ip_dst->dst.ip6; in br_multicast_alloc_query()
1134 ipv6_addr_set(&ip6_dst, htonl(0xff020000), 0, 0, in br_multicast_alloc_query()
1138 &ip6_dst, &group->dst.ip6, in br_multicast_alloc_query()