Searched refs:nft_reg_store16 (Results 1 – 5 of 5) sorted by relevance
| /linux/net/netfilter/ |
| H A D | nft_meta.c | 222 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 D | nft_rt.c | 88 nft_reg_store16(dest, get_tcpmss(pkt, dst)); in nft_rt_get_eval()
|
| H A D | nft_ct.c | 169 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 D | nft_meta_bridge.c | 48 nft_reg_store16(dest, p_pvid); in nft_meta_bridge_get_eval()
|
| /linux/include/net/netfilter/ |
| H A D | nf_tables.h | 147 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
|