Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A 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()
H A Dtest_tc_dtime.c34 #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()
/openbmc/qemu/include/net/
H A Deth.h121 struct in6_address ip6_dst; /* destination address */ member
126 struct in6_address ip6_dst; member
/openbmc/qemu/net/
H A Deth.c349 ipph.ip6_dst = iphdr->ip6_dst; in eth_calc_ip6_pseudo_hdr_csum()
/openbmc/linux/tools/testing/selftests/net/
H A Dioam6.sh376 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
H A Dip_defrag.c227 ip6hdr->ip6_dst = addr6; in send_udp_frags()
/openbmc/qemu/hw/net/
H A Dnet_rx_pkt.c271 : &ip6info->ip6_hdr.ip6_dst, in _net_rx_rss_prepare_ip6()
H A Dvirtio-net.c2344 || memcmp(&ip1->ip6_dst, &ip2->ip6_dst, sizeof(struct in6_address)) in virtio_net_rsc_coalesce6()
/openbmc/linux/net/bridge/
H A Dbr_multicast.c1075 const struct in6_addr *ip6_dst, in br_ip6_multicast_alloc_query() argument
1144 ip6h->daddr = *ip6_dst; in br_ip6_multicast_alloc_query()
1258 struct in6_addr ip6_dst; in br_multicast_alloc_query() local
1261 ip6_dst = ip_dst->dst.ip6; in br_multicast_alloc_query()
1263 ipv6_addr_set(&ip6_dst, htonl(0xff020000), 0, 0, in br_multicast_alloc_query()
1267 &ip6_dst, &group->dst.ip6, in br_multicast_alloc_query()