Home
last modified time | relevance | path

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

/Linux-v5.4/net/netfilter/
Dnft_masq.c112 range.min_proto.all = (__force __be16)nft_reg_load16( in nft_masq_ipv4_eval()
114 range.max_proto.all = (__force __be16)nft_reg_load16( in nft_masq_ipv4_eval()
158 range.min_proto.all = (__force __be16)nft_reg_load16( in nft_masq_ipv6_eval()
160 range.max_proto.all = (__force __be16)nft_reg_load16( in nft_masq_ipv6_eval()
Dnft_redir.c114 mr.range[0].min.all = (__force __be16)nft_reg_load16( in nft_redir_ipv4_eval()
116 mr.range[0].max.all = (__force __be16)nft_reg_load16( in nft_redir_ipv4_eval()
162 range.min_proto.all = (__force __be16)nft_reg_load16( in nft_redir_ipv6_eval()
164 range.max_proto.all = (__force __be16)nft_reg_load16( in nft_redir_ipv6_eval()
Dnft_nat.c62 range.min_proto.all = (__force __be16)nft_reg_load16( in nft_nat_eval()
64 range.max_proto.all = (__force __be16)nft_reg_load16( in nft_nat_eval()
Dnft_ct.c241 u16 value = nft_reg_load16(&regs->data[priv->sreg]); in nft_ct_set_zone_eval()
/Linux-v5.4/include/net/netfilter/
Dnf_tables.h128 static inline u16 nft_reg_load16(u32 *sreg) in nft_reg_load16() function