/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A 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()
|
H A 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()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_tc_neigh.c | 26 #define ip6_dst { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \ macro 135 redirect = is_remote_ep_v6(skb, (struct in6_addr)ip6_dst); in tc_src()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A 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
|
H A D | ip_defrag.c | 227 ip6hdr->ip6_dst = addr6; in send_udp_frags()
|
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_multicast.c | 832 const struct in6_addr *ip6_dst, in br_ip6_multicast_alloc_query() 900 ip6h->daddr = *ip6_dst; in br_ip6_multicast_alloc_query() 1013 struct in6_addr ip6_dst; in br_multicast_alloc_query() local 1016 ip6_dst = ip_dst->dst.ip6; in br_multicast_alloc_query() 1018 ipv6_addr_set(&ip6_dst, htonl(0xff020000), 0, 0, in br_multicast_alloc_query() 1022 &ip6_dst, &group->dst.ip6, in br_multicast_alloc_query() 830 br_ip6_multicast_alloc_query(struct net_bridge *br, struct net_bridge_port_group *pg, const struct in6_addr *ip6_dst, const struct in6_addr *group, bool with_srcs, bool over_llqt, u8 sflag, u8 *igmp_type, bool *need_rexmit) br_ip6_multicast_alloc_query() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | ip_defrag.c | 227 ip6hdr->ip6_dst = addr6; in send_udp_frags()
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_multicast.c | 1075 const struct in6_addr *ip6_dst, in br_ip6_multicast_alloc_query() 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() 1072 br_ip6_multicast_alloc_query(struct net_bridge_mcast *brmctx, struct net_bridge_mcast_port *pmctx, struct net_bridge_port_group *pg, const struct in6_addr *ip6_dst, const struct in6_addr *group, bool with_srcs, bool over_llqt, u8 sflag, u8 *igmp_type, bool *need_rexmit) br_ip6_multicast_alloc_query() argument
|