Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnft_ct.c169 nft_reg_store16(dest, zoneid); in nft_ct_get_eval()
191 nft_reg_store16(dest, (__force u16)tuple->src.u.all); in nft_ct_get_eval()
194 nft_reg_store16(dest, (__force u16)tuple->dst.u.all); in nft_ct_get_eval()
/linux/include/net/netfilter/
H A Dnf_tables.h147 static inline void nft_reg_store16(u32 *dreg, u16 val) in nft_reg_store16() function
155 nft_reg_store16(dreg, (__force __u16)val); in nft_reg_store_be16()