Home
last modified time | relevance | path

Searched refs:nft_reg_load16 (Results 1 – 4 of 4) sorted by relevance

/linux/net/netfilter/
H A Dnft_nat.c58 nft_reg_load16(&regs->data[priv->sreg_proto_min]); in nft_nat_setup_proto()
60 nft_reg_load16(&regs->data[priv->sreg_proto_max]); in nft_nat_setup_proto()
H A Dnft_byteorder.c68 nft_reg_store_be16(dst, htons(nft_reg_load16(src))); in nft_byteorder_eval()
H A Dnft_ct.c231 u16 value = nft_reg_load16(&regs->data[priv->sreg]); in nft_ct_set_zone_eval()
/linux/include/net/netfilter/
H A Dnf_tables.h158 static inline u16 nft_reg_load16(const u32 *sreg) in nft_reg_load16() function
165 return (__force __be16)nft_reg_load16(sreg); in nft_reg_load_be16()