Searched refs:g_mac (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| H A D | xskxceiver.h | 188 static const u8 g_mac[ETH_ALEN] = {0x55, 0x44, 0x33, 0x22, 0x11, 0x00}; global() variable
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | test_xsk.c | 39 static const u8 g_mac[ETH_ALEN] = {0x55, 0x44, 0x33, 0x22, 0x11, 0x00}; variable 264 memcpy(ifobj->xsk_arr[j].src_mac, g_mac, ETH_ALEN); in __test_spec_init() 265 memcpy(ifobj->xsk_arr[j].dst_mac, g_mac, ETH_ALEN); in __test_spec_init()
|