Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_noinline.c416 unsigned char tmp_mac[6]; in swap_mac_and_send() local
420 memcpy(tmp_mac, eth->eth_source, 6); in swap_mac_and_send()
422 memcpy(eth->eth_dest, tmp_mac, 6); in swap_mac_and_send()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/
H A Dxml_crypto_api.h2422 struct crypto_buffer tmp_mac; in Invoke_Crypto_MACComputeFinal() local
2423 CRYPTO_INIT(tmp_mac); in Invoke_Crypto_MACComputeFinal()
2428 &tmp_mac)); in Invoke_Crypto_MACComputeFinal()
2435 tmp_mac.buffer, in Invoke_Crypto_MACComputeFinal()
2437 CRYPTO_FREE(tmp_mac); in Invoke_Crypto_MACComputeFinal()
/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_main.c923 u8 tmp_mac[MAX_ADDR_LEN]; in bond_do_fail_over_mac() local
948 bond_hw_addr_copy(tmp_mac, new_active->dev->dev_addr, in bond_do_fail_over_mac()
971 bond_hw_addr_copy(ss.__data, tmp_mac, in bond_do_fail_over_mac()