Searched refs:nft_reg_load_be16 (Results 1 – 4 of 4) sorted by relevance
59 tport = nft_reg_load_be16(®s->data[priv->sreg_port]); in nft_tproxy_eval_v4()127 tport = nft_reg_load_be16(®s->data[priv->sreg_port]); in nft_tproxy_eval_v6()
65 nft_reg_store16(dst, ntohs(nft_reg_load_be16(src))); in nft_byteorder_eval()
803 vlan_proto = nft_reg_load_be16(src); in nft_payload_set_vlan()817 vlan_tci = ntohs(nft_reg_load_be16(src)); in nft_payload_set_vlan()
163 static inline __be16 nft_reg_load_be16(const u32 *sreg) in nft_reg_load_be16() function