Searched refs:src_mac (Results 1 – 1 of 1) sorted by relevance
112 __be64 *dest_mac, *src_mac; in xdp_router_ipv4_prog() local123 src_mac = &direct_entry->mac; in xdp_router_ipv4_prog()142 src_mac = &prefix_value->value; in xdp_router_ipv4_prog()143 if (!src_mac) in xdp_router_ipv4_prog()165 if (src_mac && dest_mac) { in xdp_router_ipv4_prog()169 __builtin_memcpy(eth->h_source, src_mac, ETH_ALEN); in xdp_router_ipv4_prog()
Completed in 2 milliseconds