Searched refs:entry_mac (Results 1 – 1 of 1) sorted by relevance
20 #define MAC_ENTRY(entry_mac) __array(u8, entry_mac, ETH_ALEN) argument21 #define MAC_ASSIGN(entry_mac, given_mac) do { \ argument23 memcpy(__entry->entry_mac, given_mac, ETH_ALEN); \25 eth_zero_addr(__entry->entry_mac); \