Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnft_meta.c222 nft_reg_store16(dest, dev->type); in nft_meta_store_ifgroup()
376 nft_reg_store16(dest, (__force u16)pkt->ethertype); in nft_meta_get_eval()
880 nft_reg_store16(dest, (__force u16)tun_ctx->llproto); in nft_meta_inner_eval()
H A Dnft_rt.c88 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()
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/net/bridge/netfilter/
H A Dnft_meta_bridge.c48 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_store8()
155 nft_reg_store16(dreg, (__force __u16)val); in nft_reg_store16()
154 static inline void nft_reg_store16(u32 *dreg, u16 val) nft_reg_store16() function