Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv6/netfilter/
Dnft_masq_ipv6.c30 range.min_proto.all = (__force __be16)nft_reg_load16( in nft_masq_ipv6_eval()
32 range.max_proto.all = (__force __be16)nft_reg_load16( in nft_masq_ipv6_eval()
Dnft_redir_ipv6.c29 range.min_proto.all = (__force __be16)nft_reg_load16( in nft_redir_ipv6_eval()
31 range.max_proto.all = (__force __be16)nft_reg_load16( in nft_redir_ipv6_eval()
/Linux-v4.19/net/ipv4/netfilter/
Dnft_masq_ipv4.c29 range.min_proto.all = (__force __be16)nft_reg_load16( in nft_masq_ipv4_eval()
31 range.max_proto.all = (__force __be16)nft_reg_load16( in nft_masq_ipv4_eval()
Dnft_redir_ipv4.c29 mr.range[0].min.all = (__force __be16)nft_reg_load16( in nft_redir_ipv4_eval()
31 mr.range[0].max.all = (__force __be16)nft_reg_load16( in nft_redir_ipv4_eval()
/Linux-v4.19/net/netfilter/
Dnft_nat.c68 range.min_proto.all = (__force __be16)nft_reg_load16( in nft_nat_eval()
70 range.max_proto.all = (__force __be16)nft_reg_load16( in nft_nat_eval()
Dnft_ct.c238 u16 value = nft_reg_load16(&regs->data[priv->sreg]); in nft_ct_set_zone_eval()
/Linux-v4.19/include/net/netfilter/
Dnf_tables.h120 static inline u16 nft_reg_load16(u32 *sreg) in nft_reg_load16() function