Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bridge/netfilter/
H A Dnft_meta_bridge.c45 nft_reg_store16(dest, p_pvid); in nft_meta_bridge_get_eval()
56 nft_reg_store16(dest, htons(p_proto)); in nft_meta_bridge_get_eval()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnft_rt.c88 nft_reg_store16(dest, get_tcpmss(pkt, dst)); in nft_rt_get_eval()
H A Dnft_meta.c217 nft_reg_store16(dest, dev->type); in nft_meta_store_iftype()
318 nft_reg_store16(dest, (__force u16)skb->protocol); in nft_meta_get_eval()
H A Dnft_ct.c176 nft_reg_store16(dest, zoneid); in nft_ct_get_eval()
198 nft_reg_store16(dest, (__force u16)tuple->src.u.all); in nft_ct_get_eval()
201 nft_reg_store16(dest, (__force u16)tuple->dst.u.all); in nft_ct_get_eval()
/OK3568_Linux_fs/kernel/include/net/netfilter/
H A Dnf_tables.h124 static inline void nft_reg_store16(u32 *dreg, u16 val) in nft_reg_store16() function