Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/lib/
H A Dxdp_native.bpf.c183 struct in6_addr tmp_ipv6; in xdp_mode_tx_handler() local
199 __builtin_memcpy(&tmp_ipv6, &ipv6h->saddr, sizeof(tmp_ipv6)); in xdp_mode_tx_handler()
201 sizeof(tmp_ipv6)); in xdp_mode_tx_handler()
202 __builtin_memcpy(&ipv6h->daddr, &tmp_ipv6, sizeof(tmp_ipv6)); in xdp_mode_tx_handler()