Searched refs:ip6_dst (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/tools/testing/selftests/bpf/progs/ |
D | test_tc_neigh.c | 26 #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()
|
D | test_tc_dtime.c | 34 #define ip6_dst { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \ macro 168 else if (v6_equal(ip6h->saddr, (struct in6_addr)ip6_dst)) in skb_get_type()
|
/Linux-v6.1/tools/testing/selftests/net/ |
D | ioam6.sh | 376 local ip6_dst=$6 381 ip netns exec $node_dst ./ioam6_parser $if_dst $name $ip6_src $ip6_dst \ 386 ip netns exec $node_src ping6 -t 64 -c 1 -W 1 $ip6_dst &>/dev/null
|
D | ip_defrag.c | 227 ip6hdr->ip6_dst = addr6; in send_udp_frags()
|
/Linux-v6.1/net/bridge/ |
D | br_multicast.c | 949 const struct in6_addr *ip6_dst, in br_ip6_multicast_alloc_query() argument 1018 ip6h->daddr = *ip6_dst; in br_ip6_multicast_alloc_query() 1132 struct in6_addr ip6_dst; in br_multicast_alloc_query() local 1135 ip6_dst = ip_dst->dst.ip6; in br_multicast_alloc_query() 1137 ipv6_addr_set(&ip6_dst, htonl(0xff020000), 0, 0, in br_multicast_alloc_query() 1141 &ip6_dst, &group->dst.ip6, in br_multicast_alloc_query()
|