Home
last modified time | relevance | path

Searched refs:nft_reg_load16 (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnft_masq.c108 range.min_proto.all = (__force __be16)nft_reg_load16( in nft_masq_ipv4_eval()
110 range.max_proto.all = (__force __be16)nft_reg_load16( in nft_masq_ipv4_eval()
154 range.min_proto.all = (__force __be16)nft_reg_load16( in nft_masq_ipv6_eval()
156 range.max_proto.all = (__force __be16)nft_reg_load16( in nft_masq_ipv6_eval()
H A Dnft_redir.c110 mr.range[0].min.all = (__force __be16)nft_reg_load16( in nft_redir_ipv4_eval()
112 mr.range[0].max.all = (__force __be16)nft_reg_load16( in nft_redir_ipv4_eval()
158 range.min_proto.all = (__force __be16)nft_reg_load16( in nft_redir_ipv6_eval()
160 range.max_proto.all = (__force __be16)nft_reg_load16( in nft_redir_ipv6_eval()
H A Dnft_tproxy.c59 tport = nft_reg_load16(&regs->data[priv->sreg_port]); in nft_tproxy_eval_v4()
127 tport = nft_reg_load16(&regs->data[priv->sreg_port]); in nft_tproxy_eval_v6()
H A Dnft_nat.c58 nft_reg_load16(&regs->data[priv->sreg_proto_min]); in nft_nat_setup_proto()
60 nft_reg_load16(&regs->data[priv->sreg_proto_max]); in nft_nat_setup_proto()
H A Dnft_cmp.c169 nft_reg_load16(priv->data.data) != ARPHRD_ETHER) in __nft_cmp_offload()
H A Dnft_exthdr.c268 new.v16 = (__force __be16)nft_reg_load16( in nft_exthdr_tcp_set_eval()
H A Dnft_ct.c240 u16 value = nft_reg_load16(&regs->data[priv->sreg]); in nft_ct_set_zone_eval()
/OK3568_Linux_fs/kernel/include/net/netfilter/
H A Dnf_tables.h130 static inline u16 nft_reg_load16(const u32 *sreg) in nft_reg_load16() function