Searched refs:nft_reg_store16 (Results 1 – 6 of 6) sorted by relevance
| /linux/net/netfilter/ |
| H A D | nft_byteorder.c | 65 nft_reg_store16(dst, ntohs(nft_reg_load_be16(src))); in nft_byteorder_eval()
|
| H A D | nft_meta.c | 223 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 D | nft_rt.c | 90 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() 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 D | nft_meta_bridge.c | 50 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_store16() function 155 nft_reg_store16(dreg, (__force __u16)val); in nft_reg_store_be16()
|