Home
last modified time | relevance | path

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

/linux/include/net/netfilter/
H A Dnf_tables.h158 static inline u16 nft_reg_load16(const u32 *sreg) in nft_reg_load16() function
165 return (__force __be16)nft_reg_load16(sreg); in nft_reg_load_be16()
/linux/net/netfilter/
H A Dnft_exthdr.c271 new.v16 = (__force __be16)nft_reg_load16( in nft_exthdr_tcp_set_eval()
H A Dnft_ct.c233 u16 value = nft_reg_load16(&regs->data[priv->sreg]); in nft_ct_set_zone_eval()