Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/
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()
155 range.min_proto.all = (__force __be16)nft_reg_load16( in nft_masq_ipv6_eval()
157 range.max_proto.all = (__force __be16)nft_reg_load16( in nft_masq_ipv6_eval()
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()
159 range.min_proto.all = (__force __be16)nft_reg_load16( in nft_redir_ipv6_eval()
161 range.max_proto.all = (__force __be16)nft_reg_load16( in nft_redir_ipv6_eval()
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()
Dnft_cmp.c169 nft_reg_load16(priv->data.data) != ARPHRD_ETHER) in __nft_cmp_offload()
Dnft_exthdr.c270 new.v16 = (__force __be16)nft_reg_load16( in nft_exthdr_tcp_set_eval()
Dnft_ct.c241 u16 value = nft_reg_load16(&regs->data[priv->sreg]); in nft_ct_set_zone_eval()
/linux-6.1.9/include/net/netfilter/
Dnf_tables.h165 static inline u16 nft_reg_load16(const u32 *sreg) in nft_reg_load16() function
172 return (__force __be16)nft_reg_load16(sreg); in nft_reg_load_be16()