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.c217 nft_reg_store16(dest, dev->type); in nft_meta_store_iftype()
322 nft_reg_store16(dest, (__force u16)skb->protocol); in nft_meta_get_eval()
870 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.c167 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.c48 nft_reg_store16(dest, p_pvid); in nft_meta_bridge_get_eval()
/linux/include/net/netfilter/
H A Dnf_tables.h155 static inline void nft_reg_store16(u32 *dreg, u16 val) in nft_reg_store16() function
163 nft_reg_store16(dreg, (__force __u16)val); in nft_reg_store_be16()