Home
last modified time | relevance | path

Searched refs:nft_reg_load64 (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/net/netfilter/
Dnft_byteorder.c46 src64 = nft_reg_load64(&src[i]); in nft_byteorder_eval()
53 cpu_to_be64(nft_reg_load64(&src[i])); in nft_byteorder_eval()
/Linux-v5.4/include/net/netfilter/
Dnf_tables.h138 static inline u64 nft_reg_load64(u32 *sreg) in nft_reg_load64() function