Searched refs:src64 (Results 1 – 2 of 2) sorted by relevance
42 u64 src64; in nft_byteorder_eval() local47 src64 = nft_reg_load64(&src[i]); in nft_byteorder_eval()49 be64_to_cpu((__force __be64)src64)); in nft_byteorder_eval()54 src64 = (__force __u64) in nft_byteorder_eval()56 nft_reg_store64(&dst64[i], src64); in nft_byteorder_eval()
25 u64 *src64, *dst64; \26 for (src64 = &qstats->x_grp.unicast, \29 *dst64++ += *src64++; \