Searched refs:nft_reg_load64 (Results 1 – 2 of 2) sorted by relevance
40 src64 = nft_reg_load64(src); in nft_byteorder_eval()45 src64 = (__force __u64)cpu_to_be64(nft_reg_load64(src)); in nft_byteorder_eval()
178 static inline u64 nft_reg_load64(const u32 *sreg) in nft_reg_load64() function