Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnft_byteorder.c65 nft_reg_store16(dst, ntohs(nft_reg_load_be16(src))); in nft_byteorder_eval()
H A Dnft_meta.c223 nft_reg_store16(dest, dev->type); in nft_meta_store_iftype()
378 nft_reg_store16(dest, (__force u16)pkt->ethertype); in nft_meta_get_eval()
883 nft_reg_store16(dest, (__force u16)tun_ctx->llproto); in nft_meta_inner_eval()
H A Dnft_rt.c90 nft_reg_store16(dest, get_tcpmss(pkt, dst)); in nft_rt_get_eval()
H A Dnft_ct.c169 nft_reg_store16(dest, zoneid); in nft_ct_get_eval()
189 nft_reg_store16(dest, (__force u16)tuple->src.u.all); in nft_ct_get_eval()
192 nft_reg_store16(dest, (__force u16)tuple->dst.u.all); in nft_ct_get_eval()
/linux/net/bridge/netfilter/
H A Dnft_meta_bridge.c50 nft_reg_store16(dest, p_pvid); in nft_meta_bridge_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()