Home
last modified time | relevance | path

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

/samples/bpf/
Dxdp_redirect_map.bpf.c36 const volatile char tx_mac_addr[ETH_ALEN]; variable
83 __builtin_memcpy(eth->h_source, (const char *)tx_mac_addr, ETH_ALEN); in xdp_redirect_map_egress()
Dxdp_redirect_map_user.c130 ret = get_mac_addr(ifindex_out, skel->rodata->tx_mac_addr); in main()
Dxdp_redirect_cpu.bpf.c47 char tx_mac_addr[ETH_ALEN]; variable
536 __builtin_memcpy(eth->h_source, (const char *)tx_mac_addr, ETH_ALEN); in xdp_redirect_egress_prog()
Dxdp_redirect_cpu_user.c283 if (get_mac_addr(ifindex_out, skel->bss->tx_mac_addr) < 0) { in set_cpumap_prog()